HomeSort by relevance Sort by last modified time
    Searched defs:hModule (Results 1 - 17 of 17) sorted by null

  /ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c 46 HMODULE hModule = GetModuleHandle("wsock32");
47 if (hModule != NULL) {
49 hModule,
55 FreeLibrary(hModule);
  /external/lzma/CPP/Windows/
MemoryLock.cpp 20 #define GET_PROC_ADDR(fff, name) Func_ ## fff my_ ## fff = (Func_ ## fff)GetProcAddress(hModule, name)
29 HMODULE hModule = ::LoadLibrary(TEXT("Advapi32.dll"));
30 if (hModule == NULL)
61 ::FreeLibrary(hModule);
DLL.cpp 62 HMODULE hModule = g_hInstance;
69 DWORD size = ::GetModuleFileName(hModule, s, MAX_PATH + 1);
81 DWORD size = ::GetModuleFileNameW(hModule, s, MAX_PATH + 1);
SecurityUtils.cpp 67 HMODULE hModule = GetModuleHandle(TEXT("Advapi32.dll"));
68 if (hModule == NULL)
70 LookupAccountNameWP lookupAccountNameW = (LookupAccountNameWP)GetProcAddress(hModule, "LookupAccountNameW");
SecurityUtils.h 70 HMODULE hModule;
77 hModule = GetModuleHandle(TEXT("Advapi32.dll"));
86 if (hModule == NULL)
88 LsaOpenPolicyP lsaOpenPolicy = (LsaOpenPolicyP)GetProcAddress(hModule, "LsaOpenPolicy");
109 if (hModule == NULL)
111 LsaCloseP lsaClose = (LsaCloseP)GetProcAddress(hModule, "LsaClose");
141 if (hModule == NULL)
143 LsaAddAccountRightsP lsaAddAccountRights = (LsaAddAccountRightsP)GetProcAddress(hModule, "LsaAddAccountRights");
  /sdk/find_java2/FindJava2/
FindJava2.cpp 49 HMODULE hModule = ::GetModuleHandle(NULL);
50 if (hModule == NULL) {
54 if (!AfxWinInit(hModule, NULL, ::GetCommandLine(), 0)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9xof.h 45 HMODULE hModule;
tlhelp32.h 129 HMODULE hModule;
147 HMODULE hModule;
dxfile.h 45 HMODULE hModule;
prntfont.h 280 HANDLE hModule;
vdmdbg.h 177 WORD hModule;
184 HANDLE hModule;
d3drmdef.h 358 HMODULE hModule;
winbase.h     [all...]
netmon.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 437 milliseconds