Home
last modified time | relevance | path

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

/reactos/dll/win32/oleacc/
H A Dmain.c45 static const WCHAR menuW[] = {'#','3','2','7','6','8',0}; variable
68 {menuW, 0x10001, NULL, NULL},
/reactos/dll/win32/msvfw32/
H A Dmciwnd.c275 static const WCHAR menuW[] = {'M','e','n','u',0}; in MCIWND_Create() local
277 hChld = CreateWindowExW(0, buttonW, menuW, WS_CHILD|WS_VISIBLE, 32, cs->cy, 32, 32, in MCIWND_Create()
/reactos/modules/rostests/winetests/comdlg32/
H A Ditemdlg.c1548 static const WCHAR menuW[] = {'m','e','n','u','_','i','t','e','m',0}; variable
1719 hr = IFileDialogCustomize_AddMenu(pfdc, i, menuW); in test_customize()