windows-nt/Source/XPSP1/NT/shell/shell32/folder.h
2020-09-26 16:20:57 +08:00

10 lines
294 B
C

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);