/vbox/src/VBox/Installer/win/InstallHelper/ |
H A D | VBoxInstallHelper.cpp | 68 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/Runtime/r3/win/ |
H A D | dllmain-win.cpp | 41 BOOL __stdcall DllMain(HANDLE hModule, DWORD dwReason, PVOID pvReserved) argument 53 if ( GetModuleFileNameW((HMODULE)hModule, wszName, RT_ELEMENTS(wszName)) > 0
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | VBoxSupLib-win.cpp | 42 BOOL __stdcall DllMainEntrypoint(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 D | tlhelp32.h | 126 HMODULE hModule; member in struct:tagMODULEENTRY32 140 HMODULE hModule; member in struct:tagMODULEENTRY32W
|
H A D | metahost.idl | 212 HRESULT CanUnloadNow(HMODULE hModule);
|
H A D | d3dx9xof.h | 54 HMODULE hModule; member in struct:_D3DXF_FILELOADRESOURCE
|
H A D | d3drmdef.h | 368 HMODULE hModule; member in struct:_D3DRMLOADRESOURCE
|
H A D | dxfile.h | 53 HMODULE hModule; member in struct:_DXFILELOADRESOURCE
|
H A D | winbase.h | 1161 HMODULE hModule; member in struct:tagACTCTXA 1173 HMODULE hModule; member in struct:tagACTCTXW
|
H A D | wincrypt.h | 4002 BOOL WINAPI CryptInstallOIDFunctionAddress(HMODULE hModule,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tlhelp32.h | 126 HMODULE hModule; member in struct:tagMODULEENTRY32 140 HMODULE hModule; member in struct:tagMODULEENTRY32W
|
H A D | d3drmdef.h | 206 HMODULE hModule; member in struct:_D3DRMLOADRESOURCE
|
H A D | dxfile.h | 53 HMODULE hModule; member in struct:_DXFILELOADRESOURCE
|
H A D | d3drm.h | 224 STDMETHOD(LoadTextureFromResource)(THIS_ HMODULE hModule, LPCSTR /* LPCTSTR */ strName, LPCSTR /* LPCTSTR */ strType, LPDIRECT3DRMTEXTURE2 *) PURE; 361 STDMETHOD(LoadTextureFromResource)(THIS_ HMODULE hModule, LPCSTR /* LPCTSTR */ strName, LPCSTR /* LPCTSTR */ strType, LPDIRECT3DRMTEXTURE3 *) PURE;
|
H A D | winbase.h | 963 HMODULE hModule; member in struct:tagACTCTXA 975 HMODULE hModule; member in struct:tagACTCTXW
|
H A D | wincrypt.h | 3913 BOOL WINAPI CryptInstallOIDFunctionAddress(HMODULE hModule,
|
/vbox/src/VBox/Installer/win/Stub/ |
H A D | VBoxStub.cpp | 575 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 D | VBoxServicePageSharing.cpp | 56 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 D | renderspu_wgl.c | 25 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 D | mmsystem16.h | 77 HINSTANCE16 hModule; member in struct:__anon13977
|
H A D | winbase16.h | 83 HMODULE16 hModule; /* 1e Module handle */ member in struct:_TDB
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | mmsystem16.h | 77 HINSTANCE16 hModule; member in struct:__anon1322
|
H A D | winbase16.h | 83 HMODULE16 hModule; /* 1e Module handle */ member in struct:_TDB
|
/vbox/src/recompiler/ |
H A D | VBoxRecompiler.c | 5480 bool __stdcall _DllMainCRTStartup(void *hModule, uint32_t dwReason, void *pvReserved) argument
|