| Name/value | Description |
JOB_ACCESS_ADMINISTER 0x00000010 | Authorization to cancel, pause, resume, or restart the job.
|
JOB_ACCESS_READ 0x00000020 | Read rights for the spool file.
|
JOB_EXECUTE 0x00020018 | Access rights for jobs combining STANDARD_RIGHTS_EXECUTE, JOB_ACCESS_ADMINISTER, and PRINTER_ACCESS_USE.
|
JOB_READ 0x00020030 | Access rights for jobs combining STANDARD_RIGHTS_REQUIRED, JOB_ACCESS_READ, and JOB_ACCESS_ADMINISTER.
|
JOB_WRITE 0x00020018 | Access rights for jobs combining STANDARD_RIGHTS_WRITE, JOB_ACCESS_ADMINISTER, and PRINTER_ACCESS_USE.
|
PRINTER_ACCESS_ADMINISTER 0x00000004 | Access rights for printers to perform administrative tasks.
|
PRINTER_ACCESS_USE 0x00000008 | Access rights for printers to perform basic printing operations.
|
PRINTER_ALL_ACCESS 0x000F000C | Access rights for printers to perform all administrative tasks and basic printing operations except SYNCHRONIZE. Combines STANDARD_RIGHTS_REQUIRED, PRINTER_ACCESS_ADMINISTER, and PRINTER_ACCESS_USE.
|
PRINTER_EXECUTE 0x00020008 | Access rights for printers combining STANDARD_RIGHTS_EXECUTE and PRINTER_ACCESS_USE.
|
PRINTER_READ 0x00020008 | Access rights for printers combining STANDARD_RIGHTS_READ and PRINTER_ACCESS_USE.
|
PRINTER_WRITE 0x00020008 | Access rights for printers combining STANDARD_RIGHTS_WRITE and PRINTER_ACCESS_USE.
|
SERVER_ACCESS_ADMINISTER 0x00000001 | Access rights to administer print servers.
|
SERVER_ACCESS_ENUMERATE 0x00000002 | Access rights to enumerate print servers.
|
SERVER_ALL_ACCESS 0x000F0003 | Access rights for print servers to perform all administrative tasks and basic printing operations except SYNCHRONIZE. Combines STANDARD_RIGHTS_REQUIRED, SERVER_ACCESS_ADMINISTER, and SERVER_ACCESS_ENUMERATE.
|
SERVER_EXECUTE 0x00020002 | Access rights for print servers combining STANDARD_RIGHTS_EXECUTE and SERVER_ACCESS_ENUMERATE.
|
SERVER_READ 0x00020002 | Access rights for print servers combining STANDARD_RIGHTS_READ and SERVER_ACCESS_ENUMERATE.
|
SERVER_WRITE 0x00020003 | Access rights for print servers combining STANDARD_RIGHTS_WRITE, SERVER_ACCESS_ADMINISTER, and SERVER_ACCESS_ENUMERATE.
|
SPECIFIC_RIGHTS_ALL 0x0000FFFF | All specific rights.
|
STANDARD_RIGHTS_ALL 0x001F0000 | Combines DELETE, READ_CONTROL, WRITE_DAC, WRITE_OWNER, and SYNCHRONIZE access.
|
STANDARD_RIGHTS_EXECUTE 0x00020000 | Standard rights, set to READ_CONTROL.
|
STANDARD_RIGHTS_READ 0x00020000 | Standard READ_CONTROL rights. The right to read the information in the object's security descriptor, not including the information in the system access control list (SACL).
|
STANDARD_RIGHTS_REQUIRED 0x000F0000 | Standard rights, combines DELETE, READ_CONTROL, WRITE_DAC, and WRITE_OWNER access.
|
STANDARD_RIGHTS_WRITE 0x00020000 | Standard write rights, set to READ_CONTROL.
|
SYNCHRONIZE 0x00100000 | The right to use the object for synchronization.
|
WRITE_DAC 0x00040000 | The right to modify the discretionary access control list (DACL) in the object's security descriptor.
|
WRITE_OWNER 0x00080000 | The right to change the owner in the object's security descriptor.
|