Share via


INmChannel::IsSameAs

Use the IsSameAs method to determine whether two Channel objects represent the same channel.

HRESULT IsSameAs(
INmChannel *pChannel);

Parameters

  • pChannel
    [in] Pointer to the object to be compared to this Channel object.

Return Values

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

Return values can include remote procedure call (RPC) layer errors or any of the following values.

  • S_OK
    Both channel objects represent the same channel.
  • S_FALSE
    The two Channel objects do not represent the same channel.

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

INmChannelNotify, Channel Object, Channel Object Details