windows-nt/Source/XPSP1/NT/shell/shell32/folder.h

10 lines
294 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
STDAPI_(int) SHGetSpecialFolderID(LPCWSTR pszName);
STDAPI_(int) GetSpecialFolderParentIDAndOffset(LPCITEMIDLIST pidl, ULONG *pcbOffset);
#define TEST_SUBFOLDER 0x00010000 // CSIDL_ values are < 0xFFFF
STDAPI_(int) GetSpecialFolderID(LPCTSTR pszFolder, const int *rgcsidl, UINT count);