ADSI Constants
The following table lists constants defined and used in Active Directory Service Interfaces (ADSI).
ADSI constant | Value | Description |
---|---|---|
ADS_EXT_INITCREDENTIALS | 1 | A control code that indicates that the custom data supplied to the IADsExtension::Operate method contains user credentials. |
ADS_EXT_INITIALIZE_COMPLETE | 2 | A control code used with IADsExtension::Operate to indicate that extensions can perform any necessary initialization, depending on the features supported by the parent object. |
ADS_EXT_MAXEXTDISPID | 16777215 | The highest DISPID an extension object can use for its methods and properties. |
ADS_EXT_MINEXTDISPID | 1 | The lowest DISPID an extension object can use for its methods and properties. |
ADS_VLV_RESPONSE | L"fc8cb04d-311d-406c-8cb9-1ae8b843b419" | Used with the IDirectorySearch::GetColumn method to retrieve VLV search metadata. For more information, see How to Search Using VLV. |
DBPROPFLAGS_ADSISEARCH | 0x0000C000 | Used to work with the OLE DB provider. |