Microsoft Internet Security and Acceleration Server 2000

FpcIndArrayObjAccessRights

The FpcIndArrayObjAccessRights enumerated type defines the access rights for a stand-alone server object. These access rights are mapped to registry access rights.

enum FpcIndArrayObjAccessRights{
  fpcIndArrayObjRight_Delete				 = 0x10000,
  fpcIndArrayObjRight_Read_Control		 = 0x20000,
  fpcIndArrayObjRight_Write_Dac			= 0x40000,
  fpcIndArrayObjRight_Write_Owner			= 0x80000,
  fpcIndArrayObjRight_Synchronize			= 0x100000,
  fpcIndArrayObjRight_Access_System_Security = 0x1000000,
  fpcIndArrayObjRight_Generic_Read		 = 0x80000000,
  fpcIndArrayObjRight_Generic_Write		= 0x40000000,
  fpcIndArrayObjRight_Generic_Execute		= 0x20000000,
  fpcIndArrayObjRight_Generic_All			= 0x10000000,
  fpcIndArrayObjRight_Query_Value			= 0x0001,
  fpcIndArrayObjRight_Set_Value			= 0x0002,
  fpcIndArrayObjRight_Create_Sub_Key		 = 0x0004,
  fpcIndArrayObjRight_Enum_Sub_Keys		= 0x0008,
  fpcIndArrayObjRight_Notify				 = 0x0010,
  fpcIndArrayObjRight_Create_Link			= 0x0020
};

Members

fpcIndArrayObjRight_Delete
The right to delete the object.
fpcIndArrayObjRight_Read_Control
The right to read the information in the object's security descriptor, not including the information in the system access control list (SACL).
fpcIndArrayObjRight_Write_Dac
The right to modify the discretionary access-control list (DACL) in the object's security descriptor.
fpcIndArrayObjRight_Write_Owner
The right to change the owner in the object's security descriptor.
fpcIndArrayObjRight_Synchronize
The right to use the object for synchronization.
fpcIndArrayObjRight_Access_System_Security
Access to the system security.
fpcIndArrayObjRight_Generic_Read
Read access.
fpcIndArrayObjRight_Generic_Write
Write access.
fpcIndArrayObjRight_Generic_Execute
Execute access.
fpcIndArrayObjRight_Generic_All
Read, write, and execute access.
fpcIndArrayObjRight_Query_Value
Required to query a value of a registry-key.
fpcIndArrayObjRight_Set_Value
Required to create or set a value of a registry-key.
fpcIndArrayObjRight_Create_Sub_Key
Required to create a subkey of a registry-key.
fpcIndArrayObjRight_Enum_Sub_Keys
Required to enumerate the subkeys of a registry-key.
fpcIndArrayObjRight_Notify
Required to request change notifications for a registry key or for subkeys of a registry key.
fpcIndArrayObjRight_Create_Link
Required to create a link to a registry key.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.