Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.91 KB

adsi-constants.md

File metadata and controls

42 lines (28 loc) · 2.91 KB
title description ms.assetid ms.tgt_platform keywords ms.topic ms.date
ADSI Constants
The following table lists constants defined and used in Active Directory Service Interfaces (ADSI).
facc00e8-2ecd-4428-bddd-cfa1ff1b8538
multiple
ADS_EXT_INITCREDENTIALS
ADS_EXT_INITIALIZE_COMPLETE
ADS_EXT_MAXEXTDISPID
ADS_EXT_MINEXTDISPID
ADS_VLV_RESPONSE
DBPROPFLAGS_ADSISEARCH
article
05/31/2018

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.