Searched refs:hModule (Results 1 – 7 of 7) sorted by relevance
58 STDAPI_(BOOL) DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID /*lpReserved*/) in DllMain() argument63 gInstance = hModule; in DllMain()64 WebCore::setInstanceHandle(hModule); in DllMain()
230 explicit PEImageAsData(HMODULE hModule) : PEImage(hModule) {} in PEImageAsData() argument
219 BOOL APIENTRY DllMain( HANDLE hModule, in DllMain() argument224 DisableThreadLibraryCalls((HINSTANCE)hModule); in DllMain()
335 BOOL APIENTRY _DllMainCRTStartup( HANDLE hModule, in _DllMainCRTStartup() argument
241 HMODULE hModule; member
1029 GetModuleFileNameA (HINSTANCE hModule, LPSTR lpFilename, DWORD nSize) in GetModuleFileNameA() argument1046 len = GetModuleFileNameW (hModule, filename_w, nSize); in GetModuleFileNameA()