ReactOS 0.4.15-dev-7953-g1f49173
SPY_INSTANCE Struct Reference
Collaboration diagram for SPY_INSTANCE:

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]
 

Detailed Description

Definition at line 2010 of file spy.c.

Member Data Documentation

◆ data_len

INT SPY_INSTANCE::data_len

Definition at line 2016 of file spy.c.

Referenced by SPY_DumpStructure(), and SPY_GetMsgStuff().

◆ lParam

LPARAM SPY_INSTANCE::lParam

Definition at line 2015 of file spy.c.

Referenced by SPY_DumpStructure(), SPY_EnterMessage(), SPY_ExitMessage(), and SPY_GetMsgName().

◆ msg_hwnd

HWND SPY_INSTANCE::msg_hwnd

◆ msg_name

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().

◆ msgnum

UINT SPY_INSTANCE::msgnum

◆ wnd_class

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().

◆ wnd_name

WCHAR SPY_INSTANCE::wnd_name[16]

Definition at line 2019 of file spy.c.

Referenced by SPY_EnterMessage(), SPY_ExitMessage(), and SPY_GetWndName().

◆ wParam

WPARAM SPY_INSTANCE::wParam

Definition at line 2014 of file spy.c.

Referenced by SPY_DumpStructure(), SPY_EnterMessage(), SPY_ExitMessage(), and SPY_GetMsgName().


The documentation for this struct was generated from the following file: