Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/user32/
H A DNextDlgItem.c35 case rad6: return "rad6"; in GetNameFromID()
66 hCtrl = GetDlgItem(hwnd, rad6); in DoTest1()
67 ok(GetDlgCtrlID(hCtrl) == rad6, "\n"); in DoTest1()
81 hRad6 = GetDlgItem(hwnd, rad6); in DoTest1()
224 hCtrl = GetDlgItem(hwnd, rad6); in DoTest2()
225 ok(GetDlgCtrlID(hCtrl) == rad6, "\n"); in DoTest2()
239 hRad6 = GetDlgItem(hwnd, rad6); in DoTest2()
350 ok(IsDlgButtonChecked(hwnd, rad6) == BST_UNCHECKED, "\n"); in DoTest3()
362 ok(IsDlgButtonChecked(hwnd, rad6) == BST_UNCHECKED, "\n"); in DoTest3()
374 ok(IsDlgButtonChecked(hwnd, rad6) == BST_UNCHECKED, "\n"); in DoTest3()
H A Duser32_apitest.rc34 …CONTROL "rad6", rad6, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 160, 50, …
/reactos/sdk/include/psdk/
H A Ddlgs.h135 #define rad6 0x425 macro