Searched refs:hModule (Results 1 – 9 of 9) sorted by relevance
70 HMODULE hModule; member77 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()
20 #define GET_PROC_ADDR(fff, name) Func_ ## fff my_ ## fff = (Func_ ## fff)GetProcAddress(hModule, …29 HMODULE hModule = ::LoadLibrary(TEXT("Advapi32.dll")); in EnablePrivilege() local30 if (hModule == NULL) in EnablePrivilege()61 ::FreeLibrary(hModule); in EnablePrivilege()
62 HMODULE hModule = g_hInstance; in MyGetModuleFileName() local69 DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()81 DWORD size = ::GetModuleFileNameW(hModule, s, MAX_PATH + 1); in MyGetModuleFileName()
67 HMODULE hModule = GetModuleHandle(TEXT("Advapi32.dll")); in GetSid() local68 if (hModule == NULL) in GetSid()70 …LookupAccountNameWP lookupAccountNameW = (LookupAccountNameWP)GetProcAddress(hModule, "LookupAccou… in GetSid()
236 HMODULE hModule = NULL; in Curl_load_library() local254 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()
124 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize) { in FXSYS_GetModuleFileName() argument
243 uint32_t FXSYS_GetModuleFileName(void* hModule, char* buf, uint32_t bufsize);
135 DllMain(HINSTANCE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { in DllMain() argument138 OPJ_ARG_NOT_USED(hModule); in DllMain()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...