Searched refs:gShell32DLLInst (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DSpecialSystemDirectory.cpp118 static HINSTANCE gShell32DLLInst = NULL; variable
130 gShell32DLLInst = LoadLibrary("Shell32.dll");
131 if(gShell32DLLInst)
133 gGetSpecialPathProc = (GetSpecialPathProc) GetProcAddress(gShell32DLLInst,
142 if (gShell32DLLInst)
144 FreeLibrary(gShell32DLLInst);
145 gShell32DLLInst = NULL;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp141 static HINSTANCE gShell32DLLInst = NULL; variable
153 gShell32DLLInst = LoadLibrary("Shell32.dll");
154 if(gShell32DLLInst)
156 gGetSpecialPathProc = (GetSpecialPathProc) GetProcAddress(gShell32DLLInst,
170 if (gShell32DLLInst)
172 FreeLibrary(gShell32DLLInst);
173 gShell32DLLInst = NULL;

Completed in 45 milliseconds