Searched refs:s_hShell32 (Results 1 – 1 of 1) sorted by relevance
24 static HINSTANCE s_hShell32 = NULL; variable891 s_hShell32 = LoadLibraryA("shell32"); in START_TEST()892 if (s_hShell32 == NULL) in START_TEST()899 s_pPathResolve = (PATHRESOLVE)GetProcAddress(s_hShell32, "PathResolve"); in START_TEST()907 s_pIsLFNDriveW = (ISLFNDRIVEW)GetProcAddress(s_hShell32, (LPCSTR)(INT_PTR)42); in START_TEST()931 FreeLibrary(s_hShell32); in START_TEST()