Searched refs:PostMessage (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp226 PostMessage(ipcLocalHwnd, IPC_WM_SHUTDOWN, 0, 0);
308 if (!PostMessage(ipcLocalHwnd, IPC_WM_SENDMSG, 0, (LPARAM) msg)) {
309 LOG((" PostMessage failed w/ error = %u\n", GetLastError()));
327 if (!PostMessage(ipcLocalHwnd, IPC_WM_CALLBACK, (WPARAM) func, (LPARAM) arg)) {
328 LOG((" PostMessage failed w/ error = %u\n", GetLastError()));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dprsht.h475 PostMessage(hDlg, PSM_CANCELTOCLOSE, 0, 0)
490 PostMessage(hDlg, PSM_SETWIZBUTTONS, 0, (LPARAM)dwFlags)
493 PostMessage(hDlg, PSM_PRESSBUTTON, (WPARAM)iButton, 0)
H A Dwinuser.h3814 #define PostMessage WINELIB_NAME_AW(PostMessage) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dprsht.h414 PostMessage(hDlg, PSM_CANCELTOCLOSE, 0, 0L)
429 PostMessage(hDlg, PSM_SETWIZBUTTONS, 0, (LPARAM)dwFlags)
432 PostMessage(hDlg, PSM_PRESSBUTTON, (WPARAM)iButton, 0)
H A Dwinuser.h4891 #define PostMessage WINELIB_NAME_AW(PostMessage) macro
/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp57 PostMessage(mHwnd, WM_QUIT, 0, 0);
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxClipboard.cpp391 Looper()->PostMessage(&msg, this);
401 Looper()->PostMessage(&msg, this);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSeamless.cpp416 PostMessage(ghwndToolWindow, WM_VBOX_SEAMLESS_DISABLE, 0, 0);
430 PostMessage(ghwndToolWindow, WM_VBOX_SEAMLESS_ENABLE, 0, 0);
H A DVBoxClipboard.cpp700 ::PostMessage (pCtx->hwnd, WM_USER, 0, u32Formats);
706 ::PostMessage (pCtx->hwnd, WM_USER + 1, 0, u32Formats);
H A DVBoxDisplay.cpp726 PostMessage(ghwndToolWindow, WM_VBOX_GRAPHICS_SUPPORTED, 0, 0);
1001 PostMessage(ghwndToolWindow, WM_VBOX_GRAPHICS_UNSUPPORTED, 0, 0);
H A DVBoxDnD.cpp884 PostMessage(hWnd, WM_KEYDOWN, VK_ESCAPE, 0 /* lParam */);
1228 BOOL fRc = PostMessage(hWnd, WM_VBOXTRAY_DND_MESSAGE,
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp123 PostMessage (curFocus, WM_KILLFOCUS, (WPARAM)selector, 0);
124 PostMessage (selector, WM_SETFOCUS, (WPARAM)curFocus, 0);
126 PostMessage (selector, WM_ACTIVATE, wParam, (LPARAM)curFocus);
502 PostMessage (msg.hwnd, msg.message, 0, msg.lParam);
759 PostMessage (msg.hwnd, msg.message, 0, msg.lParam);
/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DDialog.cpp294 PostMessage(hwndDlg, WM_COMMAND, wParam, 0);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdWin.cpp210 // use PostMessage to make this asynchronous; otherwise we might get
215 if (!PostMessage(ipcHwnd, IPC_WM_SENDMSG, wParam, lParam)) {
216 LOG(("PostMessage failed\n"));
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp603 PostMessage (g_ctx.hwnd, WM_CLOSE, 0, 0);
654 PostMessage (pClient->pCtx->hwnd, WM_USER, 0, u32Formats);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1739 PostMessage(pThis->hwndDeviceChange, WM_CLOSE, 0, 0); /* default win proc will destroy the window */
1776 PostMessage(pThis->hwndDeviceChange, WM_CLOSE, 0, 0); /* default win proc will destroy the window */
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp1501 PostMessage(pMsg->hwnd, pMsg->message, pMsg->wParam, pMsg->lParam);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp1565 bRc = PostMessage(g_VBoxUsbGlobal.hWnd, WM_QUIT, 0, 0);
1566 AssertMsg(bRc, ("PostMessage for hWnd failed winEr(%d)\n", GetLastError()));
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c1186 PostMessage( self->eventReceiverWindow, _pr_PostEventMsgId,

Completed in 125 milliseconds