Home
last modified time | relevance | path

Searched defs:clear_bits (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dscrollbar.c854 ULONG old_style, set_bits = 0, clear_bits = 0; in co_UserShowScrollBar() local
H A Dwindow.c145 IntSetStyle( PWND pwnd, ULONG set_bits, ULONG clear_bits ) in IntSetStyle()