Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dspy.c2018 WCHAR wnd_class[60]; /* window class name (full) */ member
2120 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()
/reactos/dll/directx/ddraw/
H A Drosdraw.h24 extern WNDCLASSW wnd_class;
H A Dstartup.c16 WNDCLASSW wnd_class; variable
/reactos/modules/rostests/winetests/user32/
H A Dclass.c1267 WNDCLASSA wnd_class; in test_IME() local
1279 ret = GetClassInfoA(NULL, "IME", &wnd_class); in test_IME()
1282 size = VirtualQuery(wnd_class.lpfnWndProc, &mbi, sizeof(mbi)); in test_IME()