Microsoft Internet Security and Acceleration Server 2000

FpcAceType

The FpcAceType enumerated type contains values that specify types of access-control entries (ACE).

enum FpcAceType{
  fpcAceType_Access_Allowed		= 0,
  fpcAceType_Access_Denied		 = 0x1,
  fpcAceType_System_Audit		= 0x2,
  fpcAceType_Access_Allowed_Object = 0x5,
  fpcAceType_Access_Denied_Object  = 0x6,
  fpcAceType_System_Audit_Object   = 0x7
}FpcAceType;

Members

fpcAceType_Access_Allowed
The ACE is of the standard ACCESS ALLOWED type, where the ObjectType and InheritedObjectType fields are NULL.
fpcAceType_Access_Denied
The ACE is of the standard ACCESS_DENIED type, where the ObjectType and InheritedObjectType fields are NULL.
fpcAceType_System_Audit
The ACE is of the standard system type, where the ObjectType and InheritedObjectType fields are NULL.
fpcAceType_Access_Allowed_Object
The ACE is of the ADSI extension of the ACCESS ALLOWED type, where either ObjectType or InheritedObjectType or both contain a GUID.
fpcAceType_Access_Denied_Object
The ACE is of the ADSI extension of the ACCESS_DENIED type, where either ObjectType or InheritedObjectType or both contain a GUID.
fpcAceType_System_Audit_Object
The ACE is of the ADSI extension of the system type, where either ObjectType or InheritedObjectType or both contain a GUID.

Requirements

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