Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DRealShellExecuteEx.cpp43 static HINSTANCE s_hSHELL32 = NULL; variable
120 s_hSHELL32 = LoadLibraryW(L"shell32.dll"); in START_TEST()
122 …s_fnRealShellExecuteExA = (FN_RealShellExecuteExA)GetProcAddress(s_hSHELL32, MAKEINTRESOURCEA(266)… in START_TEST()
123 …s_fnRealShellExecuteExW = (FN_RealShellExecuteExW)GetProcAddress(s_hSHELL32, MAKEINTRESOURCEA(267)… in START_TEST()
135 FreeLibrary(s_hSHELL32); in START_TEST()