Searched defs:hInstance (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/windbgdlg/
H A Dwindbgdlg.cpp46 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp73 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 Dsvcmain.cpp145 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 DVBoxWindowsAdditions.cpp113 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.h81 HINSTANCE hInstance; member in struct:_VBOXSERVICEENV
H A DVBoxDnD.cpp172 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 DtstMvWnd.cpp50 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 DVBoxVideoWinDbg.cpp32 BOOL WINAPI DllMain(HINSTANCE hInstance, argument
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/
H A Dwinevent.c109 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 Ddllmain.cpp89 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 DVBoxNetFltNobj.cpp551 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 DOpenGLTestApp.cpp358 extern "C" int WINAPI WinMain(HINSTANCE hInstance, argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpoppad.c116 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 Daclui.h42 HINSTANCE hInstance; member in struct:_SI_OBJECT_INFO
H A Dcryptdlg.h88 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 Dprsht.h80 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 DVBoxClipboard-win.cpp502 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 Daclui.h42 HINSTANCE hInstance; member in struct:_SI_OBJECT_INFO
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp794 int WINAPI WinMain(HINSTANCE hInstance, argument
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp712 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 DVBoxGINA.cpp78 BOOL WINAPI DllMain(HINSTANCE hInstance, argument
95 DisableThreadLibraryCalls(hInstance);
96 hDllInstance = hInstance;
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1920 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 Dvboxext.c509 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 Dvboxext.c507 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 DVisualPng.c74 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...]

Completed in 148 milliseconds

12