Searched refs:uMsg (Results 1 - 25 of 50) sorted by relevance

12

/vbox/src/VBox/HostServices/DragAndDrop/
H A Ddndmanager.h67 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 Ddndmanager.cpp71 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...]
H A Dservice.cpp476 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));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp214 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 DVBoxServiceControl.h307 extern int GstCntlSessionHandler(PVBOXSERVICECTRLSESSION pSession, uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf, volatile bool *pfShutdown);
H A DVBoxServiceControlSession.cpp1016 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/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp85 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 DipcdWin.cpp228 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/Graphics/Video/disp/wddm/dbg/
H A DtstMvWnd.cpp19 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/include/VBox/HostServices/
H A DService.h44 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/Additions/WINNT/VBoxGINA/
H A DDialog.cpp310 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 DVBoxDnD.cpp62 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...]
H A DVBoxTray.cpp439 static bool vboxTrayHandleGlobalMessages(PVBOXGLOBALMESSAGE pTable, UINT uMsg, argument
446 if (pTable->uMsgID == uMsg)
1079 static LRESULT CALLBACK vboxToolWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) argument
1081 switch (uMsg)
1170 if (vboxTrayHandleGlobalMessages(&s_vboxGlobalMessageTable[0], uMsg,
1180 return DefWindowProc(hWnd, uMsg, wParam, lParam);
H A DVBoxClipboard.cpp132 VOID CALLBACK CBChainPingProc(HWND hwnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) argument
135 (void) uMsg;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp96 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/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.cpp54 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/Runtime/r3/win/
H A Dtimer-win.cpp128 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/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsacm.h258 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
262 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
267 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
271 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
659 HACMDRIVER had, UINT uMsg, LPARAM lParam1, LPARAM lParam2
774 HACMSTREAM has, UINT uMsg, LPARAM lParam1, LPARAM lParam2
H A Dshdeprecated.idl411 [in] UINT uMsg,
522 [in] UINT uMsg,
563 [in] UINT uMsg,
H A Dimnact.idl159 [in] UINT uMsg,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsacm.h258 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
262 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
267 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
271 HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
659 HACMDRIVER had, UINT uMsg, LPARAM lParam1, LPARAM lParam2
774 HACMSTREAM has, UINT uMsg, LPARAM lParam1, LPARAM lParam2
H A Dimnact.idl159 [in] UINT uMsg,
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp694 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/WINNT/Graphics/Wine/wined3d/
H A Dvboxext.c483 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 Dvboxext.c481 UINT uMsg,
486 switch(uMsg)
499 return DefWindowProc(hwnd, uMsg, wParam, lParam);
480 vboxExtWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) argument

Completed in 111 milliseconds

12