Microsoft Internet Security and Acceleration Server 2000

FpcAceFlagType

The FpcAceFlagType enumerated type contains values that indicate the presence of the ObjectType or InheritedObjectType fields in the access-control entry (ACE).

enum FpcAceFlagType{
  fpcAceFlagType_Object_Type_Present		 = 0x1,
  fpcAceFlagType_Inherited_Object_Type_Present = 0x2
};

Members

fpcAceFlagType_Object_Type_Present
The ObjectType field is present in the ACE, but InheritedObjectType is not.
fpcAceFlagType_Inherited_Object_Type_Present
The InheritedObjectType field is present in the ACE, but ObjectType is not.

Requirements

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