Searched refs:parent_w (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | pager.c | 546 static const WCHAR parent_w[] = {'p', 'a', 'r', 'e', 'n', 't', 0}; in test_wm_notifyformat() local 561 …parent = CreateWindowW(class_w, parent_w, WS_OVERLAPPED, 0, 0, 100, 100, 0, 0, GetModuleHandleW(0)… in test_wm_notifyformat()
|