ADS_SD_REVISION_ENUM enumeration (iads.h)

The ADS_SD_REVISION_ENUM enumeration specifies the revision number of the access-control entry (ACE), or the access-control list (ACL), for Active Directory.

Syntax

typedef enum __MIDL___MIDL_itf_ads_0001_0048_0006 {
  ADS_SD_REVISION_DS = 4
} ADS_SD_REVISION_ENUM;

Constants

 
ADS_SD_REVISION_DS
Value: 4
The revision number of the ACE, or the ACL, for Active Directory.

Remarks

The ADS_SD_REVISION_DS flag signifies that the related ACL contains object-specific ACEs.

Because VBScript cannot read data from a type library, VBScript applications cannot recognize the symbolic constants as defined above. Use the numerical constants instead to set the appropriate flags in your VBScript applications. To use the symbolic constants as a good programming practice, write explicit declarations of such constants, as done here, in your VBScript applications.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Enumerations