Share via


IEnumNmCall::Skip

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

HRESULT Skip(
ULONG cCall);

Parameters

  • cCall
    [in] Number of INmCall interface pointers to skip.

Return Values

NetMeeting 3 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 cCall value exceeds the number of INmCall interface pointers remaining in the enumeration.
  • E_INVALIDARG
    cCall is zero.

Remarks

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

INmCall, Call Object, Call Object Details