ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <winuser.h>
Public Attributes | |
HWND | hwnd |
UINT | message |
WPARAM | wParam |
LPARAM | lParam |
DWORD | time |
POINT | pt |
HWND tagMSG::hwnd |
Definition at line 3117 of file winuser.h.
Referenced by DispatchMessageA(), DispatchMessageW(), handle_internal_events(), IntDdeGetMessageHook(), IntDispatchMessage(), IntTranslateKbdMessage(), IsAccelerator(), IsDialogMessageW(), MsgiAnsiToUnicodeCleanup(), MsgiAnsiToUnicodeMessage(), MsgiAnsiToUnicodeReply(), MsgiUnicodeToAnsiCleanup(), MsgiUnicodeToAnsiMessage(), MsgiUnicodeToAnsiReply(), OLEMenu_GetMsgProc(), PROPSHEET_IsDialogMessage(), CUIFToolTip::RelayEvent(), TOOLTIPS_RelayEvent(), ShellBrowser::TranslateAccelerator(), CAddressBand::TranslateAcceleratorIO(), CSearchBar::TranslateAcceleratorIO(), and DesktopWindow::WndProc().
LPARAM tagMSG::lParam |
Definition at line 3120 of file winuser.h.
Referenced by DispatchMessageA(), DispatchMessageW(), FindSystemTimer(), handle_internal_events(), IntDdeGetMessageHook(), IntDispatchMessage(), IntTranslateKbdMessage(), IsAccelerator(), MsgiAnsiToUnicodeCleanup(), MsgiAnsiToUnicodeMessage(), MsgiAnsiToUnicodeReply(), MsgiKMToUMCleanup(), MsgiKMToUMMessage(), MsgiUMToKMCleanup(), MsgiUMToKMMessage(), MsgiUnicodeToAnsiCleanup(), MsgiUnicodeToAnsiMessage(), MsgiUnicodeToAnsiReply(), CUIFToolTip::RelayEvent(), and TOOLTIPS_RelayEvent().
UINT tagMSG::message |
Definition at line 3118 of file winuser.h.
Referenced by CallMsgFilterA(), CallMsgFilterW(), co_IntGetPeekMessage(), DispatchMessageA(), DispatchMessageW(), handle_internal_events(), IntConvertMsgToAnsi(), IntDdeGetMessageHook(), IntDispatchMessage(), IntTranslateKbdMessage(), IsAccelerator(), IsDialogMessageW(), MsgiAnsiToUnicodeCleanup(), MsgiAnsiToUnicodeMessage(), MsgiAnsiToUnicodeReply(), MsgiKMToUMCleanup(), MsgiKMToUMMessage(), MsgiUMToKMCleanup(), MsgiUMToKMMessage(), MsgiUnicodeToAnsiCleanup(), MsgiUnicodeToAnsiMessage(), MsgiUnicodeToAnsiReply(), NtUserGetMessage(), OLEMenu_GetMsgProc(), Window::pretranslate_msg(), PROPSHEET_IsDialogMessage(), CUIFToolTip::RelayEvent(), TOOLTIPS_RelayEvent(), CDefView::TranslateAccelerator(), TranslateAcceleratorA(), CAddressBand::TranslateAcceleratorIO(), TranslateAcceleratorW(), and TranslateMessageEx().
POINT tagMSG::pt |
Definition at line 3122 of file winuser.h.
Referenced by co_IntGetPeekMessage().
DWORD tagMSG::time |
Definition at line 3121 of file winuser.h.
Referenced by co_IntGetPeekMessage().
WPARAM tagMSG::wParam |
Definition at line 3119 of file winuser.h.
Referenced by co_IntGetPeekMessage(), DispatchMessageA(), DispatchMessageW(), handle_internal_events(), IntConvertMsgToAnsi(), IntDdeGetMessageHook(), IntDispatchMessage(), IntTranslateKbdMessage(), IsAccelerator(), IsDialogMessageW(), MsgiAnsiToUnicodeMessage(), MsgiAnsiToUnicodeReply(), MsgiKMToUMMessage(), MsgiUnicodeToAnsiMessage(), MsgiUnicodeToAnsiReply(), OLEMenu_GetMsgProc(), CDefView::TranslateAccelerator(), TranslateAcceleratorA(), and CAddressBand::TranslateAcceleratorIO().