/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/ |
H A D | popprnt0.c | 45 BOOL PopPrntPrintFile (HANDLE hInst, HWND hwnd, HWND hwndEdit, argument
|
H A D | popfont.c | 49 BOOL PopFontChooseFont (HWND hwnd) argument 54 cf.hwndOwner = hwnd ;
|
H A D | popfile.c | 49 void PopFileInitialize (HWND hwnd) argument 57 ofn.hwndOwner = hwnd ; 78 BOOL PopFileOpenDlg (HWND hwnd, LPSTR lpstrFileName, LPSTR lpstrTitleName) argument 80 ofn.hwndOwner = hwnd ; 88 BOOL PopFileSaveDlg (HWND hwnd, LPSTR lpstrFileName, LPSTR lpstrTitleName) argument 90 ofn.hwndOwner = hwnd ;
|
H A D | popfind.c | 51 HWND PopFindFindDlg (HWND hwnd) argument 56 fr.hwndOwner = hwnd ; 70 HWND PopFindReplaceDlg (HWND hwnd) argument 75 fr.hwndOwner = hwnd ;
|
H A D | poppad.c | 120 HWND hwnd ; local 143 hwnd = CreateWindow (szAppName, NULL, 149 ShowWindow (hwnd, nCmdShow) ; 150 UpdateWindow (hwnd); 162 if (!TranslateAccelerator (hwnd, hAccel, &msg)) 186 void DoCaption (HWND hwnd, char *szTitleName) argument 193 SetWindowText (hwnd, szCaption) ; 196 void OkMessage (HWND hwnd, char *szMessage, char *szTitleName) argument 203 MessageBox (hwnd, szBuffer, szAppName, MB_OK | MB_ICONEXCLAMATION) ; 206 short AskAboutSave (HWND hwnd, cha argument 224 WndProc(HWND hwnd, UINT message, UINT wParam, LONG lParam) argument [all...] |
/vbox/src/VBox/Main/src-server/win/ |
H A D | HostPowerWin.cpp | 68 HWND hwnd = 0; local 99 hwnd = pPowerObj->mHwnd = CreateWindowEx(WS_EX_TOOLWINDOW | WS_EX_TRANSPARENT | WS_EX_TOPMOST, 104 if (hwnd == NULL) 111 SetWindowLongPtr(hwnd, 0, (LONG_PTR)pPowerObj); 112 SetWindowPos(hwnd, HWND_TOPMOST, -200, -200, 0, 0, 134 if (hwnd) 135 DestroyWindow(hwnd); 146 LRESULT CALLBACK HostPowerServiceWin::WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument 154 pPowerObj = (HostPowerServiceWin *)GetWindowLongPtr(hwnd, 0); 209 return DefWindowProc(hwnd, ms [all...] |
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-shared.cpp | 54 static LONG WINAPI vmsvga3dWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 188 HWND hwnd = (HWND)msg.wParam; local 202 BOOL ret = SetWindowPos(hwnd, 0, pCS->x, pCS->y, pCS->cx, pCS->cy, SWP_NOZORDER | SWP_NOMOVE); 225 static LONG WINAPI vmsvga3dWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 238 return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/vbox/src/VBox/Additions/WINNT/VBoxHook/ |
H A D | VBoxHook.cpp | 40 static void CALLBACK VBoxHandleWinEvent(HWINEVENTHOOK hook, DWORD event, HWND hwnd, argument 46 || !hwnd) 49 dwStyle = GetWindowLong(hwnd, GWL_STYLE); 67 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_LOCATIONCHANGE for window %x\n", hwnd)); 70 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_CREATE for window %x\n", hwnd)); 73 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_HIDE for window %x\n", hwnd)); 76 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_SHOW for window %x\n", hwnd)); 79 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_DESTROY for window %x\n", hwnd)); 94 static void CALLBACK VBoxHandleDesktopEvent(HWINEVENTHOOK hook, DWORD event, HWND hwnd, argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | tstMvWnd.cpp | 18 static LRESULT CALLBACK WindowProc(HWND hwnd, argument 32 // vboxVDbgPrint((__FUNCTION__": got WM_CLOSE for hwnd(0x%x)", hwnd)); 35 // vboxVDbgPrint((__FUNCTION__": got WM_DESTROY for hwnd(0x%x)", hwnd)); 38 // vboxVDbgPrint((__FUNCTION__": got WM_NCHITTEST for hwnd(0x%x)\n", hwnd)); 42 return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcClient.h | 89 void SetHwnd(HWND hwnd) { mHwnd = hwnd; } argument 128 // the hwnd of the client's message window.
|
H A D | ipcdWin.cpp | 122 HWND hwnd = FindWindow(IPC_CLIENT_WINDOW_CLASS, wName); local 123 if (!hwnd) { 131 AddClient(HWND hwnd, PRUint32 pid) argument 148 client->SetHwnd(hwnd); 175 ProcessMsg(HWND hwnd, PRUint32 pid, const ipcMessage *msg) argument 194 client = AddClient(hwnd, pid); 247 // grab client PID and hwnd.
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/ |
H A D | winevent.c | 102 static HWND hwnd ; variable 141 hwnd = CreateWindow( appName, 153 ShowWindow( hwnd, iCmdShow ); 154 UpdateWindow( hwnd ); 164 if ( !TranslateAccelerator( hwnd, hAccel, &msg )) 189 HWND hwnd, 205 hwnd, 243 MessageBox( hwnd, TEXT( "Edit control out of space." ), 251 return DefWindowProc( hwnd, message, wParam, lParam ); 287 SendMessage( hwnd, WM_DESTRO 188 WinProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam ) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | clipper.c | 164 static HRESULT WINAPI IWineD3DClipperImpl_GetHwnd(IWineD3DClipper *iface, HWND *hwnd) argument 167 TRACE("(%p)->(%p)\n", This, hwnd); 169 *hwnd = This->hWnd;
|
H A D | vboxext.c | 482 static LRESULT CALLBACK vboxExtWndProc(HWND hwnd, argument 491 TRACE("got WM_CLOSE for hwnd(0x%x)", hwnd); 494 TRACE("got WM_DESTROY for hwnd(0x%x)", hwnd); 497 TRACE("got WM_NCHITTEST for hwnd(0x%x)\n", hwnd); 501 return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxClipboard.cpp | 42 HWND hwnd; member in struct:_VBOXCLIPBOARDCONTEXT 67 if (FALSE == OpenClipboard(pCtx->hwnd)) 118 pCtx->hwndNextInChain = SetClipboardViewer (pCtx->hwnd); 124 ChangeClipboardChain (pCtx->hwnd, pCtx->hwndNextInChain); 132 VOID CALLBACK CBChainPingProc(HWND hwnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) argument 134 (void) hwnd; 141 static LRESULT vboxClipboardProcessMsg(VBOXCLIPBOARDCONTEXT *pCtx, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument 152 LogFlowFunc(("WM_CHANGECBCHAIN: hwndRemoved %p, hwndNext %p, hwnd %p\n", hwndRemoved, hwndNext, pCtx->hwnd)); 175 LogFlowFunc(("WM_DRAWCLIPBOARD, hwnd 615 vboxClipboardWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument [all...] |
H A D | VBoxSeamless.cpp | 175 BOOL CALLBACK VBoxEnumFunc(HWND hwnd, LPARAM lParam) argument 181 dwStyle = GetWindowLong(hwnd, GWL_STYLE); 182 dwExStyle = GetWindowLong(hwnd, GWL_EXSTYLE); 187 Log(("VBoxTray: VBoxEnumFunc %x\n", hwnd)); 189 if (GetWindowRect(hwnd, &rectWindow)) 195 GetWindowText(hwnd, szWindowText, sizeof(szWindowText)); 201 if ( hwnd == hStart && szWindowText != NULL 217 DWORD tid = GetWindowThreadProcessId(hwnd, &pid); 233 Log(("VBoxTray: Enum hwnd=%x rect (%d,%d) (%d,%d) (filtered)\n", hwnd, rectWindo [all...] |
/vbox/src/libs/libpng-1.2.8/contrib/visupng/ |
H A D | PngFile.c | 45 void PngFileInitialize (HWND hwnd) argument 51 ofn.hwndOwner = hwnd; 72 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) argument 74 ofn.hwndOwner = hwnd; 82 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) argument 84 ofn.hwndOwner = hwnd;
|
/vbox/src/VBox/HostServices/SharedClipboard/ |
H A D | VBoxClipboard-win.cpp | 38 HWND hwnd; member in struct:_VBOXCLIPBOARDCONTEXT 147 if (OpenClipboard (pCtx->hwnd)) 198 pCtx->hwndNextInChain = SetClipboardViewer (pCtx->hwnd); 204 ChangeClipboardChain (pCtx->hwnd, pCtx->hwndNextInChain); 212 VOID CALLBACK CBChainPingProc(HWND hwnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) argument 214 (void) hwnd; 221 static LRESULT CALLBACK vboxClipboardWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument 260 if (GetClipboardOwner () != hwnd) 417 if (OpenClipboard (hwnd)) 440 if (OpenClipboard (hwnd)) [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | stub.c | 243 HWND hwnd; local 250 hwnd = pWindow->hWnd; 251 if (!hwnd) return GL_FALSE; 253 if (hwnd!=WindowFromDC(pWindow->drawable)) 268 ScreenToClient(hwnd, &pt);
|
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | rpng-win.c | 602 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) argument 614 hdc = BeginPaint(hwnd, &ps); 622 EndPaint(hwnd, &ps); 641 return DefWindowProc(hwnd, iMsg, wP, lP);
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIFileDialog.cpp | 135 static int __stdcall winGetExistDirCallbackProc (HWND hwnd, UINT uMsg, argument 143 SendMessage (hwnd, BFFM_SETSELECTION, TRUE, uintptr_t( 153 SendMessage (hwnd, BFFM_ENABLEOK, 1, 1); 155 SendMessage (hwnd, BFFM_ENABLEOK, 0, 0); 156 SendMessage (hwnd, BFFM_SETSTATUSTEXT, 1, uintptr_t(path)); 502 PostMessage (msg.hwnd, msg.message, 0, msg.lParam); 759 PostMessage (msg.hwnd, msg.message, 0, msg.lParam);
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 693 static LRESULT CALLBACK WindowProc(HWND hwnd, argument 704 return DefWindowProc (hwnd, uMsg, wParam, lParam); 711 HWND hwnd = 0; local 733 hwnd = CreateWindowEx (WS_EX_TOOLWINDOW | WS_EX_TRANSPARENT | WS_EX_TOPMOST, 738 if (hwnd) 740 SetWindowPos(hwnd, HWND_TOPMOST, -200, -200, 0, 0, 750 DestroyWindow (hwnd);
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceClipboard-os2.cpp | 641 * @param hwnd The window handle. 646 static MRESULT EXPENTRY VBoxServiceClipboardOS2WinProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) argument 649 VBoxServiceVerbose(6, "VBoxServiceClipboardOS2WinProc: hwnd=%#lx msg=%#lx mp1=%#lx mp2=%#lx\n", hwnd, msg, mp1, mp2); 660 g_idWorkerTimer = WinStartTimer(g_habWorker, hwnd, 1 /* id */, 1000 /* 1 second */); 666 WinStopTimer(g_habWorker, hwnd, g_idWorkerTimer); 753 if (WinQueryClipbrdViewer(g_habWorker) == hwnd) 960 VBoxServiceVerbose(6, "WinGetMsg -> hwnd=%p msg=%#x mp1=%p mp2=%p time=%#x ptl=%d,%d rsrv=%#x\n", 961 qmsg.hwnd, qmsg.msg, qmsg.mp1, qmsg.mp2, qmsg.time, qmsg.ptl.x, qmsg.ptl.y, qmsg.reserved);
|
/vbox/src/VBox/Devices/Audio/ |
H A D | dsoundaudio.c | 453 HWND hwnd = GetDesktopWindow (); local 454 hr = IDirectSound_SetCooperativeLevel (ds->dsound, hwnd, DSSCL_PRIORITY); 456 DSLOGREL(("DSound: set cooperative level for window %p %Rhrc\n", hwnd, hr));
|
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxExtPackHelperApp.cpp | 1247 Info.hwnd = NULL; 1272 const char *pszArg = strstr(pszDisplayInfoHack, "hwnd="); 1276 rc = RTStrToUInt64Ex(pszArg + sizeof("hwnd=") - 1, NULL, 0, &u64Hwnd); 1279 HWND hwnd = (HWND)(uintptr_t)u64Hwnd; local 1280 Info.hwnd = hwnd; 1281 Info.hMonitor = MonitorFromWindow(hwnd, MONITOR_DEFAULTTOPRIMARY);
|