IADsPathname::GetElement method (iads.h)

The IADsPathname::GetElement method retrieves an element of a directory path.

Syntax

HRESULT GetElement(
  [in]  long lnElementIndex,
  [out] BSTR *pbstrElement
);

Parameters

[in] lnElementIndex

The index of the element.

[out] pbstrElement

The returned element.

Return value

This method supports the standard return values, as well as the following:

For more information and other return values, see ADSI Error Codes.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h
DLL Activeds.dll

See also

ADSI Error Codes

IADsPathname