Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Ddwsetup.cpp1251 PFN_SHGetFolderPath PSHGetFolderPath = NULL; in GetProgramFiles() local
1259 PSHGetFolderPath = (PFN_SHGetFolderPath) in GetProgramFiles()
1261 if (PSHGetFolderPath) { in GetProgramFiles()
1262 fOk = (PSHGetFolderPath(HWND_DESKTOP, in GetProgramFiles()
1269 PSHGetFolderPath = (PFN_SHGetFolderPath) in GetProgramFiles()
1271 if (PSHGetFolderPath) { in GetProgramFiles()
1272 fOk = (PSHGetFolderPath(HWND_DESKTOP, in GetProgramFiles()