Searched defs:mp1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceClipboard-os2.cpp643 * @param mp1 Message parameter 1.
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);
700 VBoxServiceClipboardOS2RenderFormat(SHORT1FROMMP(mp1));
725 VBoxServiceClipboardOS2AdvertiseHostFormats(LONGFROMMP(mp1));
732 VBoxServiceClipboardOS2SendDataToHost(LONGFROMMP(mp1));
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);

Completed in 83 milliseconds