Home
last modified time | relevance | path

Searched refs:HCR_GetFolderAttributes (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/shell32/wine/
H A Dshell32_main.h68 BOOL HCR_GetFolderAttributes(LPCITEMIDLIST pidlFolder, LPDWORD dwAttributes) DECLSPEC_HIDDEN;
H A Dclasses.c573 BOOL HCR_GetFolderAttributes(LPCITEMIDLIST pidlFolder, LPDWORD pdwAttributes) in HCR_GetFolderAttributes() function
/reactos/dll/win32/shell32/folders/
H A DCRegFolder.cpp393 if (!HCR_GetFolderAttributes(pidl, pdwAttributes)) in GetGuidItemAttributes()