Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dspy.c1752 static const CONTROL_CLASS cc_array[] = { variable
2157 while (cc_array[i].classname && in SPY_GetMsgStuff()
2158 strcmpiW(cc_array[i].classname, sp_e->wnd_class) != 0) i++; in SPY_GetMsgStuff()
2160 if (cc_array[i].classname) in SPY_GetMsgStuff()
2164 debugstr_w(cc_array[i].classname), cc_array[i].classmsg, in SPY_GetMsgStuff()
2165 cc_array[i].lastmsg); in SPY_GetMsgStuff()
2167 p = SPY_Bsearch_Msg (cc_array[i].classmsg, cc_array[i].count, sp_e->msgnum); in SPY_GetMsgStuff()