Searched defs:hModule (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DVBoxSupLib-win.cpp42 BOOL __stdcall DllMainEntrypoint(HANDLE hModule, DWORD dwReason, PVOID pvReserved) argument
53 if ( GetModuleFileNameW((HMODULE)hModule, wszName, RT_ELEMENTS(wszName)) > 0
/vbox/src/VBox/Runtime/r3/win/
H A Ddllmain-win.cpp41 BOOL __stdcall DllMain(HANDLE hModule, DWORD dwReason, PVOID pvReserved) argument
53 if ( GetModuleFileNameW((HMODULE)hModule, wszName, RT_ELEMENTS(wszName)) > 0
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9xof.h54 HMODULE hModule; member in struct:_D3DXF_FILELOADRESOURCE
H A Dtlhelp32.h126 HMODULE hModule; member in struct:tagMODULEENTRY32
140 HMODULE hModule; member in struct:tagMODULEENTRY32W
H A Ddxfile.h53 HMODULE hModule; member in struct:_DXFILELOADRESOURCE
H A Dd3drmdef.h368 HMODULE hModule; member in struct:_D3DRMLOADRESOURCE
H A Dwinbase.h1161 HMODULE hModule; member in struct:tagACTCTXA
1173 HMODULE hModule; member in struct:tagACTCTXW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtlhelp32.h126 HMODULE hModule; member in struct:tagMODULEENTRY32
140 HMODULE hModule; member in struct:tagMODULEENTRY32W
H A Ddxfile.h53 HMODULE hModule; member in struct:_DXFILELOADRESOURCE
H A Dd3drmdef.h206 HMODULE hModule; member in struct:_D3DRMLOADRESOURCE
H A Dwinbase.h963 HMODULE hModule; member in struct:tagACTCTXA
975 HMODULE hModule; member in struct:tagACTCTXW
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp575 HMODULE hModule = NULL; local
578 hModule = LoadLibraryExW(L"netmsg.dll",
581 if (hModule != NULL)
587 hModule, /* If NULL, load system stuff. */
600 if (hModule)
601 FreeLibrary(hModule);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp56 HMODULE hModule; member in struct:__anon2052
309 pModule->hModule = LoadLibraryEx(ModuleInfo.szExePath, 0, DONT_RESOLVE_DLL_REFERENCES);
310 if (pModule->hModule)
508 if (pModule->hModule)
509 FreeLibrary(pModule->hModule);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c25 int renderspuIatPatcherGetImportAddress(HMODULE hModule, LPCSTR pszLib, LPCSTR pszName, void** ppAdr) argument
27 PIMAGE_DOS_HEADER pDosHdr = (PIMAGE_DOS_HEADER)hModule;
125 int renderspuIatPatcherPatchFunction(HMODULE hModule, LPCSTR pszLib, LPCSTR pszName, void* pfn) argument
128 int rc = renderspuIatPatcherGetImportAddress(hModule, pszLib, pszName, &pAdr);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h83 HMODULE16 hModule; /* 1e Module handle */ member in struct:_TDB
H A Dmmsystem16.h77 HINSTANCE16 hModule; member in struct:__anon13977
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp68 BOOL APIENTRY DllMain(HANDLE hModule, argument
109 UINT __stdcall IsSerialCheckNeeded(MSIHANDLE hModule) argument
112 /*BOOL bRet =*/ serialCheckNeeded(hModule);
117 UINT __stdcall CheckSerial(MSIHANDLE hModule) argument
120 /*BOOL bRet =*/ serialIsValid(hModule);
125 DWORD Exec(MSIHANDLE hModule, argument
142 logStringW(hModule, L"Executing command line: %s %s (Working Dir: %s)",
158 logStringW(hModule, L"Executing command line: CreateProcess() failed! Error: %ld", rc);
166 logStringW(hModule, L"Executing command line: WaitForSingleObject() failed! Error: %u", rc);
173 logStringW(hModule,
185 InstallPythonAPI(MSIHANDLE hModule) argument
297 installBrandingValue(MSIHANDLE hModule, const WCHAR *pwszFileName, const WCHAR *pwszSection, const WCHAR *pwszValue) argument
334 CopyDir(MSIHANDLE hModule, const WCHAR *pwszDestDir, const WCHAR *pwszSourceDir) argument
365 RemoveDir(MSIHANDLE hModule, const WCHAR *pwszDestDir) argument
393 RenameDir(MSIHANDLE hModule, const WCHAR *pwszDestDir, const WCHAR *pwszSourceDir) argument
424 UninstallBranding(MSIHANDLE hModule) argument
456 InstallBranding(MSIHANDLE hModule) argument
534 netCfgLoggerEnable(MSIHANDLE hModule) argument
548 errorConvertFromHResult(MSIHANDLE hModule, HRESULT hr) argument
574 createNetCfgLockedMsgRecord(MSIHANDLE hModule) argument
593 doNetCfgInit(MSIHANDLE hModule, INetCfg **ppnc, BOOL bWrite) argument
668 vboxNetFltQueryInfArray(MSIHANDLE hModule, OUT LPWSTR pwszPtInf, OUT LPWSTR pwszMpInf, DWORD dwSize) argument
696 UninstallNetFlt(MSIHANDLE hModule) argument
741 InstallNetFlt(MSIHANDLE hModule) argument
797 UninstallNetLwf(MSIHANDLE hModule) argument
842 InstallNetLwf(MSIHANDLE hModule) argument
972 _createHostOnlyInterface(MSIHANDLE hModule, LPCWSTR pwszId, LPCWSTR pwszInfName) argument
1078 CreateHostOnlyInterface(MSIHANDLE hModule) argument
1083 Ndis6CreateHostOnlyInterface(MSIHANDLE hModule) argument
1088 _removeHostOnlyInterfaces(MSIHANDLE hModule, LPCWSTR pwszId) argument
1123 RemoveHostOnlyInterfaces(MSIHANDLE hModule) argument
1128 _stopHostOnlyInterfaces(MSIHANDLE hModule, LPCWSTR pwszId) argument
1156 StopHostOnlyInterfaces(MSIHANDLE hModule) argument
1161 _updateHostOnlyInterfaces(MSIHANDLE hModule, LPCWSTR pwszInfName, LPCWSTR pwszId) argument
1237 UpdateHostOnlyInterfaces(MSIHANDLE hModule) argument
1242 Ndis6UpdateHostOnlyInterfaces(MSIHANDLE hModule) argument
1247 _uninstallNetAdp(MSIHANDLE hModule, LPCWSTR pwszId) argument
1292 UninstallNetAdp(MSIHANDLE hModule) argument
1368 removeNetworkInterface(MSIHANDLE hModule, const WCHAR *pwszGUID) argument
1561 UninstallTAPInstances(MSIHANDLE hModule) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h83 HMODULE16 hModule; /* 1e Module handle */ member in struct:_TDB
H A Dmmsystem16.h77 HINSTANCE16 hModule; member in struct:__anon1322
/vbox/src/recompiler/
H A DVBoxRecompiler.c5480 bool __stdcall _DllMainCRTStartup(void *hModule, uint32_t dwReason, void *pvReserved) argument

Completed in 105 milliseconds