IADsPropertyList::Skip method (iads.h)

The IADsPropertyList::Skip method skips a specified number of items, counting from the current cursor position, in the property list.

Syntax

HRESULT Skip(
  [in] long cElements
);

Parameters

[in] cElements

Number of elements to be skipped.

Return value

This method supports the standard HRESULT return values, including S_OK. 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

IADsPropertyList

IADsPropertyList Property Methods

IADsPropertyList::Next