Searched refs:wnd_class (Results 1 – 4 of 4) sorted by relevance
2018 WCHAR wnd_class[60]; /* window class name (full) */ member2120 strcpyW(sp_e->wnd_class, WC_PROPSHEETW); in SPY_GetClassName()2123 GetClassNameW(sp_e->msg_hwnd, sp_e->wnd_class, sizeof(sp_e->wnd_class)/sizeof(WCHAR)); in SPY_GetClassName()2151 if (!sp_e->wnd_class[0]) SPY_GetClassName(sp_e); in SPY_GetMsgStuff()2154 TRACE("looking class %s\n", debugstr_w(sp_e->wnd_class)); in SPY_GetMsgStuff()2158 strcmpiW(cc_array[i].classname, sp_e->wnd_class) != 0) i++; in SPY_GetMsgStuff()2202 LPWSTR src = sp_e->wnd_class; in SPY_GetWndName()2227 ext_sp_e.wnd_class[0] = 0; in SPY_GetMsgName()
24 extern WNDCLASSW wnd_class;
16 WNDCLASSW wnd_class; variable
1267 WNDCLASSA wnd_class; in test_IME() local1279 ret = GetClassInfoA(NULL, "IME", &wnd_class); in test_IME()1282 size = VirtualQuery(wnd_class.lpfnWndProc, &mbi, sizeof(mbi)); in test_IME()