Platform SDK: Active Directory, ADSI, and Directory Services

ADS_SD_REVISION_ENUM

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.

typedef enum {
  ADS_SD_REVISION_DS  = 4
  } ADS_SD_REVISION_ENUM;

Elements

ADS_SD_REVISION_DS
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.

Note  Because VBScript cannot read information from a type library, VBScript applications do not understand the symbolic constants as defined above. You should use the numerical constants instead to set the appropriate flags in your VBScript applications. If you want to use the symbolic constants as a good programming practice, you should make explicit declarations of such constants, as done here, in your VBScript applications.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
  Windows 95/98: Requires Windows 95 or later (with DSClient).
  Header: Declared in Iads.h.

See Also

ADSI Enumerations