Home
last modified time | relevance | path

Searched refs:msgnum (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dspy.c2012 UINT msgnum; /* message number */ member
2135 const char *msg_name = SPY_GetMsgInternal( sp_e->msgnum ); in SPY_GetMsgStuff()
2142 if (sp_e->msgnum >= 0xc000) in SPY_GetMsgStuff()
2174 if (sp_e->msgnum >= WM_USER && sp_e->msgnum <= WM_APP) in SPY_GetMsgStuff()
2177 sprintf( sp_e->msg_name, "%04x", sp_e->msgnum ); in SPY_GetMsgStuff()
2223 ext_sp_e.msgnum = msg; in SPY_GetMsgName()
2306 switch (sp_e->msgnum) in SPY_DumpStructure()
2357 if (!enter && (sp_e->msgnum == SBM_SETRANGE)) break; in SPY_DumpStructure()
2361 if ((enter && (sp_e->msgnum == SBM_GETRANGE)) || in SPY_DumpStructure()
2602 sp_e.msgnum = msg; in SPY_EnterMessage()
[all …]