Searched refs:buttonW (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/msvfw32/ |
H A D | mciwnd.c | 253 static const WCHAR buttonW[] = {'b','u','t','t','o','n',0}; in MCIWND_Create() local 277 hChld = CreateWindowExW(0, buttonW, menuW, WS_CHILD|WS_VISIBLE, 32, cs->cy, 32, 32, in MCIWND_Create() 288 hChld = CreateWindowExW(0, buttonW, playW, WS_CHILD|WS_VISIBLE, 0, cs->cy, 32, 32, in MCIWND_Create()
|
/reactos/dll/directx/wine/dinput/ |
H A D | mouse.c | 721 static const WCHAR buttonW[] = {'B','u','t','t','o','n',' ','%','d',0}; in SysMouseWImpl_GetObjectInfo() local 731 wsprintfW(pdidoi->tszName, buttonW, DIDFT_GETINSTANCE(pdidoi->dwType) - 3); in SysMouseWImpl_GetObjectInfo()
|
H A D | joystick.c | 568 static const WCHAR buttonW[] = {'B','u','t','t','o','n',' ','%','d',0}; in JoystickWGenericImpl_GetObjectInfo() local 580 sprintfW(pdidoi->tszName, buttonW, DIDFT_GETINSTANCE(pdidoi->dwType)); in JoystickWGenericImpl_GetObjectInfo()
|
/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 141 static const WCHAR buttonW[] = {'B','u','t','t','o','n',0}; variable 144 buttonW, /* name */
|
/reactos/dll/win32/mshtml/ |
H A D | htmlinput.c | 1261 static const WCHAR buttonW[] = {'b','u','t','t','o','n',0}; in HTMLInputElement_is_text_edit() local 1272 ret = !strcmpW(type, buttonW) || !strcmpW(type, hiddenW) || !strcmpW(type, passwordW) in HTMLInputElement_is_text_edit()
|
H A D | htmlelem.c | 24 static const WCHAR buttonW[] = {'B','U','T','T','O','N',0}; variable 55 {buttonW, HTMLButtonElement_Create},
|