Home
last modified time | relevance | path

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

/reactos/dll/win32/aclui/
H A Dprecomp.h117 #define CIS_ALLOW (0x2) macro
125 #define CIS_MASK (CIS_DISABLED | CIS_ALLOW | CIS_DENY)
H A Dchecklist.c555 if (CurItem->State & (CIS_ALLOW | CIS_DENY)) in ClearCheckBoxes()
557 CurItem->State &= ~(CIS_ALLOW | CIS_DENY); in ClearCheckBoxes()
950 INT BtnState = CalculateCheckBoxStyle(Item->State & CIS_ALLOW, in PaintControl()
979 ((Item->State & CIS_ALLOW) ? DFCS_CHECKED : 0) | in PaintControl()
1180 DWORD CheckedBit = ((infoPtr->FocusedCheckItemBox == CLB_DENY) ? CIS_DENY : CIS_ALLOW); in ChangeCheckBox()
2107 (CIS_ALLOW | CIS_ALLOWDISABLED) : in CheckListWndProc()
2180 (CIS_ALLOW | CIS_ALLOWDISABLED) : in CheckListWndProc()
2247 (CIS_ALLOW | CIS_ALLOWDISABLED) : in CheckListWndProc()
H A Daclui.c1279 … pcicb->NewState &= ~((pcicb->CheckBox != CLB_DENY) ? CIS_DENY : CIS_ALLOW); in SecurityPageProc()