Searched refs:MSG (Results 1 - 25 of 57) sorted by relevance

123

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineWindowScale.h55 bool winEvent(MSG *pMessage, long *pResult);
H A DUIMachineWindowScale.cpp182 bool UIMachineWindowScale::winEvent(MSG *pMessage, long *pResult)
/vbox/src/VBox/NetworkServices/NAT/
H A Dfwtcp.c185 #define CALLBACK_MSG(MSG, FUNC) \
187 fwtcp->MSG.type = TCPIP_MSG_CALLBACK_STATIC; \
188 fwtcp->MSG.sem = NULL; \
189 fwtcp->MSG.msg.cb.function = FUNC; \
190 fwtcp->MSG.msg.cb.ctx = (void *)fwtcp; \
H A Dfwudp.c229 #define CALLBACK_MSG(MSG, FUNC) \
231 fwudp->MSG.type = TCPIP_MSG_CALLBACK_STATIC; \
232 fwudp->MSG.sem = NULL; \
233 fwudp->MSG.msg.cb.function = FUNC; \
234 fwudp->MSG.msg.cb.ctx = (void *)fwudp; \
H A Dpxudp.c324 #define CALLBACK_MSG(MSG, FUNC) \
326 pxudp->MSG.type = TCPIP_MSG_CALLBACK_STATIC; \
327 pxudp->MSG.sem = NULL; \
328 pxudp->MSG.msg.cb.function = FUNC; \
329 pxudp->MSG.msg.cb.ctx = (void *)pxudp; \
H A Dpxtcp.c620 #define CALLBACK_MSG(MSG, FUNC) \
622 pxtcp->MSG.type = TCPIP_MSG_CALLBACK_STATIC; \
623 pxtcp->MSG.sem = NULL; \
624 pxtcp->MSG.msg.cb.function = FUNC; \
625 pxtcp->MSG.msg.cb.ctx = (void *)pxtcp; \
/vbox/include/VBox/com/
H A DNativeEventQueue.h107 static int dispatchMessageOnWindows(MSG const *pMsg, int rc);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dasm.h145 * MSG
149 #define MSG(msg,reg,label) \ macro
/vbox/src/VBox/Main/glue/
H A DNativeEventQueue.cpp126 MSG msg;
385 int NativeEventQueue::dispatchMessageOnWindows(MSG const *pMsg, int rc)
430 MSG Msg;
546 MSG Msg;
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.h145 bool winEvent(MSG *pMsg, long *pResult);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DtstMvWnd.cpp163 MSG msg;
/vbox/src/VBox/Additions/WINNT/Installer/Loader/
H A DVBoxWindowsAdditions.cpp59 MSG Msg;
252 MSG Msg;
/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp115 MSG msg;
H A Dsvcmain.cpp392 MSG msg;
/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DWinKeyboard.cpp266 MSG peekMsg;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.h95 bool winEventFilter(MSG *pMsg, ulong uScreenId);
H A DUIMachineView.h262 bool winEvent(MSG *pMsg, long *puResult);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/
H A Dwinevent.c115 MSG msg ;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshdeprecated.idl137 MSG *pMsg,
604 [in] MSG* pmsg);
H A Docidl.idl252 HRESULT OnMnemonic( [in] MSG *pMsg );
296 HRESULT TranslateAccelerator( [in] MSG *pMsg, [in] DWORD grfModifiers );
769 HRESULT TranslateAccelerator( [in] MSG *pMsg );
811 HRESULT TranslateAccelerator( [in] MSG *pMsg );
H A Dtwain.h1685 #define TWCC_BADPROTOCOL 9 /* Unrecognized MSG DG DAT combination */
1687 #define TWCC_SEQERROR 11 /* DG DAT MSG out of expected sequence */
1734 * MSG The message. Messages are interpreted by the destination module
1759 TW_UINT16 MSG,
1771 TW_UINT16 MSG,
1797 * MSG The message. Messages are interpreted by the data source
1823 TW_UINT16 MSG,
1829 TW_UINT16 MSG,
1835 TW_UINT16 MSG,
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp169 MSG msg;
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdWin.cpp385 MSG msg;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Docidl.idl252 HRESULT OnMnemonic( [in] MSG *pMsg );
296 HRESULT TranslateAccelerator( [in] MSG *pMsg, [in] DWORD grfModifiers );
769 HRESULT TranslateAccelerator( [in] MSG *pMsg );
811 HRESULT TranslateAccelerator( [in] MSG *pMsg );
H A Dtwain.h1694 #define TWCC_BADPROTOCOL 9 /* Unrecognized MSG DG DAT combination */
1696 #define TWCC_SEQERROR 11 /* DG DAT MSG out of expected sequence */
1743 * MSG The message. Messages are interpreted by the destination module
1768 TW_UINT16 MSG,
1780 TW_UINT16 MSG,
1806 * MSG The message. Messages are interpreted by the data source
1832 TW_UINT16 MSG,
1838 TW_UINT16 MSG,
1844 TW_UINT16 MSG,

Completed in 2711 milliseconds

123