Searched refs:hModule (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/Windows/
H A DMemoryLock.cpp20 static bool EnableLockMemoryPrivilege2(HMODULE hModule,
25 if (hModule == NULL)
27 OpenProcessTokenP openProcessToken = (OpenProcessTokenP)GetProcAddress(hModule, "OpenProcessToken");
28 LookupPrivilegeValueP lookupPrivilegeValue = (LookupPrivilegeValueP)GetProcAddress(hModule, "LookupPrivilegeValueA" );
29 AdjustTokenPrivilegesP adjustTokenPrivileges = (AdjustTokenPrivilegesP)GetProcAddress(hModule, "AdjustTokenPrivileges");
71 HMODULE hModule = LoadLibrary(TEXT("Advapi32.dll")); local
72 if (hModule == NULL)
74 bool res = EnableLockMemoryPrivilege2(hModule, enable);
75 ::FreeLibrary(hModule);
H A DDLL.cpp74 bool MyGetModuleFileName(HMODULE hModule, CSysString &result) argument
78 DWORD size = ::GetModuleFileName(hModule, fullPath, MAX_PATH + 1);
88 bool MyGetModuleFileName(HMODULE hModule, UString &result) argument
94 DWORD size = ::GetModuleFileNameW(hModule, fullPath, MAX_PATH + 1);
103 if (!MyGetModuleFileName(hModule, resultSys))
H A DDLL.h52 bool MyGetModuleFileName(HMODULE hModule, CSysString &result);
54 bool MyGetModuleFileName(HMODULE hModule, UString &result);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Module.h16 CJS_Module(HMODULE hModule, CReader_App* pApp);
/external/chromium_org/base/win/
H A Dpe_image.h234 explicit PEImageAsData(HMODULE hModule) : PEImage(hModule) {} argument
/external/stlport/src/
H A Ddll_main.cpp219 BOOL APIENTRY DllMain( HANDLE hModule, argument
224 DisableThreadLibraryCalls((HINSTANCE)hModule);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dmodule_integrity_verifier_win.cc18 explicit ModuleVerificationState(HMODULE hModule);
42 ModuleVerificationState::ModuleVerificationState(HMODULE hModule) argument
43 : disk_peimage(hModule),
/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL.c335 BOOL APIENTRY _DllMainCRTStartup( HANDLE hModule, argument
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp101 FX_DWORD FXSYS_GetModuleFileName(FX_LPVOID hModule, char* buf, FX_DWORD bufsize) argument
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h219 FX_DWORD FXSYS_GetModuleFileName(void* hModule, char* buf, FX_DWORD bufsize);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.c135 DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { argument
138 OPJ_ARG_NOT_USED(hModule);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 623 milliseconds