ReactOS 0.4.16-dev-13-ge2fc578
|
Public Attributes | |
UINT | msgnum |
HWND | msg_hwnd |
WPARAM | wParam |
LPARAM | lParam |
INT | data_len |
char | msg_name [60] |
WCHAR | wnd_class [60] |
WCHAR | wnd_name [16] |
INT SPY_INSTANCE::data_len |
Definition at line 2016 of file spy.c.
Referenced by SPY_DumpStructure(), and SPY_GetMsgStuff().
LPARAM SPY_INSTANCE::lParam |
Definition at line 2015 of file spy.c.
Referenced by SPY_DumpStructure(), SPY_EnterMessage(), SPY_ExitMessage(), and SPY_GetMsgName().
HWND SPY_INSTANCE::msg_hwnd |
Definition at line 2013 of file spy.c.
Referenced by SPY_DumpStructure(), SPY_EnterMessage(), SPY_ExitMessage(), SPY_GetClassName(), SPY_GetMsgName(), and SPY_GetWndName().
char SPY_INSTANCE::msg_name[60] |
Definition at line 2017 of file spy.c.
Referenced by SPY_EnterMessage(), SPY_ExitMessage(), SPY_GetMsgName(), and SPY_GetMsgStuff().
UINT SPY_INSTANCE::msgnum |
Definition at line 2012 of file spy.c.
Referenced by SPY_DumpStructure(), SPY_EnterMessage(), SPY_ExitMessage(), SPY_GetMsgName(), and SPY_GetMsgStuff().
WCHAR SPY_INSTANCE::wnd_class[60] |
Definition at line 2018 of file spy.c.
Referenced by SPY_GetClassName(), SPY_GetMsgName(), SPY_GetMsgStuff(), and SPY_GetWndName().
WCHAR SPY_INSTANCE::wnd_name[16] |
Definition at line 2019 of file spy.c.
Referenced by SPY_EnterMessage(), SPY_ExitMessage(), and SPY_GetWndName().
WPARAM SPY_INSTANCE::wParam |
Definition at line 2014 of file spy.c.
Referenced by SPY_DumpStructure(), SPY_EnterMessage(), SPY_ExitMessage(), and SPY_GetMsgName().