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

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIStatusBar.h37 void rememberLastMessage (const QString &aMsg) { mMessage = aMsg; } argument
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.cpp62 BOOL EXPENTRY vboxInputHook (HAB aHab, PQMSG aMsg, ULONG aFS) argument
64 if (aMsg->msg == WM_CHAR)
74 WinSendMsg (gKbdHookHwnd, gKbdHookMsg, aMsg->mp1, aMsg->mp2);
102 * @param aMsg Message ID to use when forwarding.
106 unsigned long aMsg)
119 gKbdHookMsg = aMsg;
133 unsigned long aMsg)
137 gKbdHookMsg != aMsg)
105 VBoxHlpInstallKbdHook(HAB aHab, HWND aHwnd, unsigned long aMsg) argument
132 VBoxHlpUninstallKbdHook(HAB aHab, HWND aHwnd, unsigned long aMsg) argument
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp353 ipcMessage **aMsg,
357 *aMsg = nsnull;
441 *aMsg = lastChecked;
465 if (*aMsg)
479 *aMsg = NULL;
351 WaitTarget(const nsID &aTarget, PRIntervalTime aTimeout, ipcMessage **aMsg, ipcMessageSelector aSelector = nsnull, void *aArg = nsnull) argument
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c1294 QMSG aMsg; local
1296 MSG aMsg;
1308 WinPeekMsg((HAB)0, &aMsg, self->eventReceiverWindow,
1311 PeekMessage(&aMsg, self->eventReceiverWindow,
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp226 SetupPeerInstance(PRUint32 aPeerID, DConnectSetup *aMsg, PRUint32 aMsgLen,
2853 SetupPeerInstance(PRUint32 aPeerID, DConnectSetup *aMsg, PRUint32 aMsgLen, argument
2858 aMsg->opcode_major = DCON_OP_SETUP;
2859 aMsg->flags = 0;
2860 aMsg->request_index = NewRequestIndex();
2869 (const PRUint8 *) aMsg, aMsgLen);
2873 DConnectSetupCompletion completion(aPeerID, aMsg);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3138 static Bool XXSendClientMessage (Display *aDpy, Window aWnd, const char *aMsg, argument
3143 Atom msgAtom = XInternAtom (aDpy, aMsg, True /* only_if_exists */);

Completed in 386 milliseconds