shell32: SHELL32_GetItemAttributes()
commitc362d7c35ba3c02d68a9b7e42b48db210a901667
authorMartin Fuchs <martin-fuchs@gmx.net>
Sat, 11 Feb 2006 11:16:56 +0000 (11 12:16 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 11 Feb 2006 11:16:56 +0000 (11 12:16 +0100)
tree297ffcf8f522b4369050404353de0ba672662d70
parentda2d1f883b410f281dfba38abfd84b9c1098283b
shell32: SHELL32_GetItemAttributes()
- correct documentation which incorrectly claimed not to set any
  attribute bits
- retrieve file attributes using SHGetPathFromIDListW() when they are
  not already present in the internal PIDL structures
- add test case to show the previously wrong folder attributes when
  using absolute PIDLs
- fix some memory leaks in the tests
dlls/shell32/shlfolder.c
dlls/shell32/tests/shlfolder.c