Share via


IEnumNmCall::Clone

Use the Clone method to create a duplicate enumerator containing the same enumeration state as the current one.

HRESULT Clone(
IEnumNmCall **ppEnum);

Parameters

  • ppEnum
    [out] Pointer to the location of an IEnumNmCall interface pointer that is a duplicate of this enumerator.

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
    Created the duplicate enumerator successfully.
  • E_POINTER
    ppEnum is an invalid pointer.

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