Platform SDK: NetMeeting

IEnumNmMember::Skip

Use the Skip method to skip a specified number of INmMember interface pointers in the enumeration sequence.

HRESULT Skip(
  ULONG cMember
);

Parameters

cMember
[in] Number of INmMember interface pointers to skip.

Return Values

NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.

Return values can include RPC layer errors or any of the following values:

S_OK
Skipped the indicated number of interface pointers successfully.
S_FALSE
The cMember value exceeds the number of INmMember interface pointers remaining in the enumeration.
E_INVALIDARG
cMember is zero.

Remarks

After this method has been called, use IEnumNmMember::Next to retrieve the next INmMember interface pointer in the enumeration.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Imsconf2.idl.

See Also

INmMember, Member Object, Member Object Details