2.2.83 ALL_FAX_USER_ACCESS_RIGHTS

The ALL_FAX_USER_ACCESS_RIGHTS constant defines a combination of the fax-specific FAX_GENERIC_ALL_2 access rights (FAX_SPECIFIC_ACCESS_RIGHTS_2 in section 2.2.79) and several standard access rights which are described below.

Standard access rights

Description

READ_CONTROL

0x00020000

Read access to the owner, group, and discretionary access control list (ACL ([MS-DTYP] section 2.4.5)) of the SECURITY_DESCRIPTOR ([MS-DTYP] section 2.4.6).

WRITE_DAC

0x00040000

Write access to the ACL.

WRITE_OWNER

0x00080000

Write access to the owner.

The constant definition is as follows.

 #define ALL_FAX_USER_ACCESS_RIGHTS (READ_CONTROL | WRITE_DAC | WRITE_OWNER | FAX_GENERIC_ALL_2)