Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dclasses.c575 HKEY hSFKey; in HCR_GetFolderAttributes() local
598 lResult = RegOpenKeyExW(HKEY_CLASSES_ROOT, wszShellFolderKey, 0, KEY_READ, &hSFKey); in HCR_GetFolderAttributes()
610 lResult = RegQueryValueExW(hSFKey, L"CallForAttributes", 0, NULL, (LPBYTE)&dwTemp, &dwLen); in HCR_GetFolderAttributes()
615 RegCloseKey(hSFKey); in HCR_GetFolderAttributes()
628 lResult = RegQueryValueExW(hSFKey, L"Attributes", 0, NULL, (LPBYTE)&dwTemp, &dwLen); in HCR_GetFolderAttributes()
629 RegCloseKey(hSFKey); in HCR_GetFolderAttributes()