Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DSecurityUtils.h70 HMODULE hModule; member
77 hModule = GetModuleHandle(TEXT("Advapi32.dll")); in CPolicy()
86 if (hModule == NULL) in Open()
88 LsaOpenPolicyP lsaOpenPolicy = (LsaOpenPolicyP)GetProcAddress(hModule, "LsaOpenPolicy"); in Open()
109 if (hModule == NULL) in Close()
111 LsaCloseP lsaClose = (LsaCloseP)GetProcAddress(hModule, "LsaClose"); in Close()
141 if (hModule == NULL) in AddAccountRights()
143 …LsaAddAccountRightsP lsaAddAccountRights = (LsaAddAccountRightsP)GetProcAddress(hModule, "LsaAddAc… in AddAccountRights()
DMemoryLock.cpp20 #define GET_PROC_ADDR(fff, name) Func_ ## fff my_ ## fff = (Func_ ## fff)GetProcAddress(hModule, …
29 HMODULE hModule = ::LoadLibrary(TEXT("Advapi32.dll")); in EnablePrivilege() local
30 if (hModule == NULL) in EnablePrivilege()
61 ::FreeLibrary(hModule); in EnablePrivilege()
DDLL.cpp62 HMODULE hModule = g_hInstance; in MyGetModuleFileName() local
69 DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
81 DWORD size = ::GetModuleFileNameW(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
DSecurityUtils.cpp67 HMODULE hModule = GetModuleHandle(TEXT("Advapi32.dll")); in GetSid() local
68 if (hModule == NULL) in GetSid()
70 …LookupAccountNameWP lookupAccountNameW = (LookupAccountNameWP)GetProcAddress(hModule, "LookupAccou… in GetSid()
/external/curl/lib/
Dsystem_win32.c236 HMODULE hModule = NULL; in Curl_load_library() local
254 hModule = pLoadLibraryEx ? in Curl_load_library()
263 hModule = pLoadLibraryEx(filename, NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in Curl_load_library()
280 hModule = pLoadLibraryEx ? in Curl_load_library()
289 return hModule; in Curl_load_library()
/external/pdfium/core/fxcrt/
Dfx_basic_gcc.cpp124 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize) { in FXSYS_GetModuleFileName() argument
Dfx_system.h243 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize);
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.c135 DllMain(HINSTANCE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { in DllMain() argument
138 OPJ_ARG_NOT_USED(hModule); in DllMain()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...