/vbox/src/libs/xpcom18a4/xpcom/windbgdlg/ |
H A D | windbgdlg.cpp | 46 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | HostPowerWin.cpp | 73 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local 82 wc.hInstance = hInstance; 102 -200, -200, 100, 100, NULL, NULL, hInstance, NULL); 139 UnregisterClass(gachWindowClassName, hInstance);
|
H A D | svcmain.cpp | 145 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nShowCmd*/) argument 343 _Module.Init(ObjectMap, hInstance, &LIBID_VirtualBox);
|
/vbox/src/VBox/Additions/WINNT/Installer/Loader/ |
H A D | VBoxWindowsAdditions.cpp | 113 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxTray.h | 81 HINSTANCE hInstance; member in struct:_VBOXSERVICEENV
|
H A D | VBoxDnD.cpp | 172 HINSTANCE hInstance = pContext->pEnv->hInstance; local 173 Assert(hInstance != 0); 182 wndClass.hInstance = hInstance; 218 hInstance, pThis /* lParm */);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | tstMvWnd.cpp | 50 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local 53 if (!GetClassInfo(hInstance, VBOXDISPWND_NAME, &wc)) 59 wc.hInstance = hInstance; 82 hInstance, 176 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument 178 // NOREF(hInstance); NOREF(hPrevInstance); NOREF(lpCmdLine); NOREF(nCmdShow);
|
H A D | VBoxVideoWinDbg.cpp | 32 BOOL WINAPI DllMain(HINSTANCE hInstance, argument
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/ |
H A D | winevent.c | 109 HINSTANCE hInstance, 125 wndclass.hInstance = hInstance; 150 hInstance, 207 ((LPCREATESTRUCT)lParam)->hInstance, 108 WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow ) argument
|
/vbox/src/VBox/Main/src-client/win/ |
H A D | dllmain.cpp | 89 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/) argument 93 _Module.Init(ObjectMap, hInstance, &LIBID_VirtualBox); 94 DisableThreadLibraryCalls(hInstance);
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/ |
H A D | VBoxNetFltNobj.cpp | 551 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/) argument 555 _Module.Init(ObjectMap, hInstance); 556 DisableThreadLibraryCalls(hInstance);
|
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/ |
H A D | OpenGLTestApp.cpp | 358 extern "C" int WINAPI WinMain(HINSTANCE hInstance, argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/ |
H A D | poppad.c | 116 int PASCAL WinMain (HANDLE hInstance, HANDLE hPrevInstance, argument 133 wndclass.hInstance = hInstance ; 134 wndclass.hIcon = LoadIcon (hInstance, szAppName) ; 147 NULL, NULL, hInstance, lpszCmdLine) ; 152 hAccel = LoadAccelerators (hInstance, szAppName) ; 243 hInst = ((LPCREATESTRUCT) lParam)->hInstance ;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | aclui.h | 42 HINSTANCE hInstance; member in struct:_SI_OBJECT_INFO
|
H A D | cryptdlg.h | 88 HINSTANCE hInstance; member in struct:tagCSSA 109 HINSTANCE hInstance; member in struct:tagCSSW 149 HINSTANCE hInstance; member in struct:tagCERT_VIEWPROPERTIES_STRUCT_A 179 HINSTANCE hInstance; member in struct:tagCERT_VIEWPROPERTIES_STRUCT_W
|
H A D | prsht.h | 80 HINSTANCE hInstance; member in struct:_PROPSHEETPAGEA 117 HINSTANCE hInstance; member in struct:_PROPSHEETPAGEW 156 HINSTANCE hInstance; member in struct:_PROPSHEETHEADERA 197 HINSTANCE hInstance; member in struct:_PROPSHEETHEADERW
|
/vbox/src/VBox/HostServices/SharedClipboard/ |
H A D | VBoxClipboard-win.cpp | 502 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle (NULL); local 511 wc.hInstance = hInstance; 531 -200, -200, 100, 100, NULL, NULL, hInstance, NULL); 567 UnregisterClass (gachWindowClassName, hInstance);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | aclui.h | 42 HINSTANCE hInstance; member in struct:_SI_OBJECT_INFO
|
/vbox/src/VBox/Installer/win/Stub/ |
H A D | VBoxStub.cpp | 794 int WINAPI WinMain(HINSTANCE hInstance, argument
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 712 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle (NULL); local 721 wc.hInstance = hInstance; 736 -200, -200, 100, 100, NULL, NULL, hInstance, NULL); 755 UnregisterClass (g_WndClassName, hInstance); 769 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument 771 NOREF(hInstance); NOREF(hPrevInstance); NOREF(lpCmdLine); NOREF(nCmdShow);
|
/vbox/src/VBox/Additions/WINNT/VBoxGINA/ |
H A D | VBoxGINA.cpp | 78 BOOL WINAPI DllMain(HINSTANCE hInstance, argument 95 DisableThreadLibraryCalls(hInstance); 96 hDllInstance = hInstance;
|
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxExtPackHelperApp.cpp | 1920 extern "C" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) argument 1922 g_hInstance = hInstance;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | vboxext.c | 509 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local 511 if (GetClassInfo(hInstance, VBOXEXTWND_NAME, &wc)) 513 if (!UnregisterClass(VBOXEXTWND_NAME, hInstance)) 526 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local 529 if (!GetClassInfo(hInstance, VBOXEXTWND_NAME, &wc)) 535 wc.hInstance = hInstance; 558 hInstance,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | vboxext.c | 507 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local 509 if (GetClassInfo(hInstance, VBOXEXTWND_NAME, &wc)) 511 if (!UnregisterClass(VBOXEXTWND_NAME, hInstance)) 524 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local 527 if (!GetClassInfo(hInstance, VBOXEXTWND_NAME, &wc)) 533 wc.hInstance = hInstance; 556 hInstance,
|
/vbox/src/libs/libpng-1.2.8/contrib/visupng/ |
H A D | VisualPng.c | 74 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, argument 87 wndclass.hInstance = hInstance; 88 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; 124 NULL, NULL, hInstance, NULL); 129 hAccel = LoadAccelerators (hInstance, szProgName); 145 static HINSTANCE hInstance ; local 175 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ; 395 DialogBox (hInstance, TEX [all...] |