Home
last modified time | relevance | path

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

/reactos/dll/win32/hhctrl.ocx/
H A Dhelp.c1414 static const WCHAR windowClassW[] = {'H','H',' ','P','o','p','u','p',0}; in AddIndexPopup() local
1433 wcex.lpszClassName = windowClassW; in AddIndexPopup()
1453 windowClassW, windowCaptionW, WS_POPUPWINDOW in AddIndexPopup()
1617 static const WCHAR windowClassW[] = { in HH_CreateHelpWindow() local
1635 wcex.lpszClassName = windowClassW; in HH_CreateHelpWindow()
1692 hWnd = CreateWindowExW(dwExStyles, windowClassW, caption, dwStyles, x, y, width, height, in HH_CreateHelpWindow()
/reactos/sdk/lib/rtl/
H A Dactctx.c641 static const WCHAR windowClassW[] = {'w','i','n','d','o','w','C','l','a','s','s',0}; variable
2452 else if (xml_elem_cmp(&elem, windowClassW, asmv1W)) in parse_file_elem()