Home
last modified time | relevance | path

Searched defs:hModule (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DMemoryLock.cpp29 HMODULE hModule = ::LoadLibrary(TEXT("Advapi32.dll")); in EnablePrivilege() local
DDLL.cpp62 HMODULE hModule = g_hInstance; in MyGetModuleFileName() local
DSecurityUtils.cpp67 HMODULE hModule = GetModuleHandle(TEXT("Advapi32.dll")); in GetSid() local
DSecurityUtils.h70 HMODULE hModule; member
/external/curl/lib/
Dsystem_win32.c236 HMODULE hModule = NULL; in Curl_load_library() local
/external/pdfium/core/fxcrt/
Dfx_basic_gcc.cpp124 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize) { in FXSYS_GetModuleFileName()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.c135 DllMain(HINSTANCE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { in DllMain()