Share via


IEnumNmChannel::Skip

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

HRESULT Skip(
ULONG cChannel);

Parameters

  • cChannel
    [in] Number of INmChannel 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 cChannel value exceeds the number of INmChannel interface pointers remaining in the enumeration.
  • E_INVALIDARG
    cChannel is zero.

Remarks

After this method has been called, use IEnumNmChannel::Next to retrieve the next INmChannel 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

INmChannel, Channel Object, Channel Object Details