Platform SDK: Active Directory, ADSI, and Directory Services

IADsObjectOptions

The IADsObjectOptions interface provides a direct mechanism to specify and obtain provider-specific options for manipulating an ADSI object. Typically, the options apply to search operations of the underlying directory store. The supported options are provider-specific.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IDispatch methods Description
GetTypeInfoCount Gets the number of type descriptions.
GetTypeInfo Gets a description of the object's programmable interface.
GetIDsOfNames Maps the name of the method or property to the DISPID.
Invoke Calls one of the object's methods or gets and sets one of its properties.

IADsObjectOptions methods Description
GetOption Gets the option.
SetOption Sets the option.

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

ADS_OPTION_ENUM, ADS_SECURITY_INFO_ENUM, Fast Binding Option for Batch Write/Modify Operations, IADsObjectOptions Interface