Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Ddwsetup.cpp1252 HMODULE hModuleShell32 = NULL; in GetProgramFiles() local
1256 hModuleShell32 = LoadLibrary("shell32.dll"); in GetProgramFiles()
1268 if (!fOk && hModuleShell32) { in GetProgramFiles()
1270 GetProcAddress(hModuleShell32, "SHGetFolderPathA"); in GetProgramFiles()
1278 if (!fOk && hModuleShell32) { in GetProgramFiles()
1280 GetProcAddress(hModuleShell32, "SHGetSpecialFolderPathA"); in GetProgramFiles()