/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); 225 static LONG WINAPI vmsvga3dWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 227 switch (uMsg) 238 return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/vbox/src/VBox/HostServices/DragAndDrop/ |
H A D | dndmanager.h | 67 virtual int currentMessage(uint32_t uMsg, uint32_t cParms, argument 73 int rc = m_pNextMsg->getData(uMsg, cParms, paParms); 103 DnDGenericMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument 105 m_pNextMsg = new HGCM::Message(uMsg, cParms, paParms); 116 DnDHGSendDataMessage(uint32_t uMsg, uint32_t cParms, 124 int currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 180 int addMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 184 int nextMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]);
|
H A D | service.cpp | 476 uint32_t uMsg = pClient->message(); local 477 if (uMsg == DragAndDropSvc::GUEST_DND_GET_NEXT_HOST_MSG) 497 AssertMsgFailed(("Client ID=%RU32 in wrong state with uMsg=%RU32\n", 498 pClient->clientId(), uMsg));
|
H A D | dndmanager.cpp | 71 int currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument 73 int rc = DnDMessage::currentMessage(uMsg, cParms, paParms); 106 int currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 130 DnDHGSendDataMessagePrivate(uint32_t uMsg, uint32_t cParms, 133 int currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 174 int DnDHGSendFilePrivate::currentMessage(uint32_t uMsg, uint32_t cParms, argument 180 int rc = m_pNextMsg->getData(uMsg, cParms, paParms); 236 DnDHGSendDataMessagePrivate::DnDHGSendDataMessagePrivate(uint32_t uMsg, uint32_t cParms, argument 247 m_pNextMsg = new HGCM::Message(uMsg, cParms, paParms); 250 int DnDHGSendDataMessagePrivate::currentMessage(uint32_t uMsg, uint32_ argument 315 DnDHGSendDataMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[], PFNDNDPROGRESS pfnProgressCallback, void *pvProgressUser) argument 407 currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument 495 addMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument 714 nextMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument [all...] |
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceControl.cpp | 214 uint32_t uMsg = 0; local 216 rc = VbglR3GuestCtrlMsgWaitFor(g_uControlSvcClientID, &uMsg, &cParms); 272 VBoxServiceVerbose(4, "Msg=%RU32 (%RU32 parms) retrieved\n", uMsg, cParms); 293 switch (uMsg) 321 rc = GstCntlSessionHandler(&g_Session, uMsg, &ctxHost, 332 VBoxServiceVerbose(3, "Skipping uMsg=%RU32, cParms=%RU32, rc=%Rrc\n", 333 uMsg, cParms, rc); 342 || (RT_SUCCESS(rc) && uMsg == HOST_CANCEL_PENDING_WAITS))
|
H A D | VBoxServiceControlSession.cpp | 1016 uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, 1034 switch (uMsg) 1129 VBoxServiceVerbose(3, "Unsupported message (uMsg=%RU32, cParms=%RU32) from host, skipping\n", 1130 uMsg, pHostCtx->uNumParms); 1135 VBoxServiceError("Error while handling message (uMsg=%RU32, cParms=%RU32), rc=%Rrc\n", 1136 uMsg, pHostCtx->uNumParms, rc); 1426 uint32_t uMsg = 0; local 1428 rc = VbglR3GuestCtrlMsgWaitFor(uClientID, &uMsg, &cParms); 1440 VBoxServiceVerbose(4, "Msg=%RU32 (%RU32 parms) retrieved\n", uMsg, cParms); 1446 rc = GstCntlSessionHandler(pSession, uMsg, 1015 GstCntlSessionHandler(PVBOXSERVICECTRLSESSION pSession, uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf, volatile bool *pfShutdown) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
H A D | tstMvWnd.cpp | 19 UINT uMsg, 24 if(uMsg == WM_DESTROY) 29 // switch(uMsg) 42 return DefWindowProc(hwnd, uMsg, wParam, lParam); 18 WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | timer-win.cpp | 128 static void CALLBACK rttimerCallback(UINT uTimerID, UINT uMsg, DWORD_PTR dwUser, DWORD_PTR dw1, DWORD_PTR dw2) argument 133 NOREF(uMsg); NOREF(dw1); NOREF(dw2); NOREF(uTimerID);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
H A D | ipcConnectionWin.cpp | 85 ipcThreadWindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 87 LOG(("got message [msg=%x wparam=%x lparam=%x]\n", uMsg, wParam, lParam)); 89 if (uMsg == WM_COPYDATA) { 107 if (uMsg == IPC_WM_SENDMSG) { 122 if (uMsg == IPC_WM_CALLBACK) { 129 if (uMsg == IPC_WM_SHUTDOWN) { 135 return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcdWin.cpp | 228 WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 230 LOG(("got message [msg=%x wparam=%x lparam=%x]\n", uMsg, wParam, lParam)); 232 if (uMsg == WM_COPYDATA) { 257 if (uMsg == IPC_WM_SENDMSG) { 274 if (uMsg == WM_TIMER) { 280 if (uMsg == IPC_WM_SHUTDOWN) { 294 return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
/vbox/src/VBox/Additions/WINNT/VBoxGINA/ |
H A D | Dialog.cpp | 310 UINT uMsg, // message 322 bResult = g_pfnWlxLoggedOutSASDlgProc(hwndDlg, uMsg, wParam, lParam); 327 switch (uMsg) 393 UINT uMsg, // message 405 bResult = g_pfnWlxLockedSASDlgProc(hwndDlg, uMsg, wParam, lParam); 410 switch (uMsg) 309 MyWlxLoggedOutSASDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 392 MyWlxLockedSASDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxClipboard.cpp | 132 VOID CALLBACK CBChainPingProc(HWND hwnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) argument 135 (void) uMsg;
|
H A D | VBoxDnD.cpp | 62 static LRESULT CALLBACK vboxDnDWndProcInstance(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 63 static LRESULT CALLBACK vboxDnDWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 270 MSG uMsg; local 271 while (GetMessage(&uMsg, 0, 0, 0)) 273 TranslateMessage(&uMsg); 274 DispatchMessage(&uMsg); 347 LRESULT CALLBACK VBoxDnDWnd::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 349 switch (uMsg) 627 return DefWindowProc(hWnd, uMsg, wParam, lParam); 1463 static LRESULT CALLBACK vboxDnDWndProcInstance(HWND hWnd, UINT uMsg, argument 1480 vboxDnDWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument [all...] |
/vbox/include/VBox/HostServices/ |
H A D | Service.h | 44 Message(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM aParms[]) argument 49 setData(uMsg, cParms, aParms); 59 int getData(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM aParms[]) const argument 61 if (m_uMsg != uMsg) 64 m_uMsg, uMsg)); 80 int setData(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM aParms[]) argument 88 m_uMsg = uMsg; 231 Client(uint32_t uClientId, VBOXHGCMCALLHANDLE hHandle, uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM aParms[]) 234 , m_uMsg(uMsg) 242 int addMessageInfo(uint32_t uMsg, uint32_ [all...] |
/vbox/src/VBox/Devices/Audio/ |
H A D | winaudio.c | 179 void CALLBACK winmmBufferDone(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, DWORD dwParam1, DWORD dwParam2) argument 181 if (uMsg == WOM_DONE)
|
/vbox/src/VBox/HostServices/SharedClipboard/ |
H A D | VBoxClipboard-win.cpp | 212 VOID CALLBACK CBChainPingProc(HWND hwnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) argument 215 (void) uMsg;
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIFileDialog.cpp | 135 static int __stdcall winGetExistDirCallbackProc (HWND hwnd, UINT uMsg, argument 138 if (uMsg == BFFM_INITIALIZED && lpData != 0) 147 else if (uMsg == BFFM_SELCHANGED)
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 694 UINT uMsg, 699 if(uMsg == WM_DESTROY) 704 return DefWindowProc (hwnd, uMsg, wParam, lParam); 693 WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3LibDragAndDrop.cpp | 96 uint32_t uMsg, 118 Msg.hdr.u32Function = uMsg; 749 uint32_t uMsg = 0; local 753 int rc = vbglR3DnDQueryNextHostMessageType(u32ClientId, &uMsg, &uNumParms, 757 switch(uMsg) 763 pEvent->uType = uMsg; 770 uMsg, 783 pEvent->uType = uMsg; 789 pEvent->uType = uMsg; 820 pEvent->uType = uMsg; 95 vbglR3DnDHGProcessActionMessage(uint32_t uClientId, uint32_t uMsg, uint32_t *puScreenId, uint32_t *puX, uint32_t *puY, uint32_t *puDefAction, uint32_t *puAllActions, char *pszFormats, uint32_t cbFormats, uint32_t *pcbFormatsRecv) argument [all...] |
/vbox/src/VBox/HostServices/GuestControl/ |
H A D | service.cpp | 144 * @param uMsg Message type. 148 int Allocate(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) argument 150 LogFlowFunc(("Allocating pHostCmd=%p, uMsg=%RU32, cParms=%RU32, paParms=%p\n", 151 this, uMsg, cParms, paParms)); 169 mMsgType = uMsg;
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_wgl.c | 423 MainWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument 427 switch ( uMsg ) { 498 return DefWindowProc( hWnd, uMsg, wParam, lParam );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | vboxext.c | 483 UINT uMsg, 488 switch(uMsg) 501 return DefWindowProc(hwnd, uMsg, wParam, lParam); 482 vboxExtWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | vboxext.c | 481 UINT uMsg, 486 switch(uMsg) 499 return DefWindowProc(hwnd, uMsg, wParam, lParam); 480 vboxExtWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | plevent.c | 985 static void CALLBACK _md_TimerProc( HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime ) argument 1426 _md_EventReceiverProc(HWND hwnd, ULONG uMsg, MPARAM wParam, MPARAM lParam) argument 1429 _md_EventReceiverProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 1432 if (_pr_PostEventMsgId == uMsg ) 1444 return DefWindowProc(hwnd, uMsg, wParam, lParam);
|
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/ |
H A D | VBoxUsbLib-win.cpp | 1221 static LRESULT CALLBACK usbLibWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument 1223 switch (uMsg) 1243 return DefWindowProc (hwnd, uMsg, wParam, lParam);
|