Searched refs:is_enabled (Results 1 – 3 of 3) sorted by relevance
/reactos/base/services/audiosrv/ |
H A D | pnp_list_manager.c | 18 CreateDeviceDescriptor(WCHAR* path, BOOL is_enabled) in CreateDeviceDescriptor() argument 32 device->enabled = is_enabled; in CreateDeviceDescriptor()
|
H A D | audiosrv.h | 28 CreateDeviceDescriptor(WCHAR* path, BOOL is_enabled);
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 8178 BOOL is_visible, is_enabled, is_groupbox, is_httransparent, is_extransparent; member 8192 attrs->is_enabled = (style & WS_DISABLED) == 0; in get_window_attributes() 8268 if (!attrs.is_enabled) found_disabled++; in test_child_window_from_point() 8276 …hwnd, attrs.class_name, attrs.is_visible, attrs.is_enabled, attrs.is_groupbox, attrs.is_httranspar… in test_child_window_from_point() 8279 …window[real_child_pos[i]], attrs.class_name, attrs.is_visible, attrs.is_enabled, attrs.is_groupbox… in test_child_window_from_point()
|