Share via


INmMember::IsMCU

Use the IsMCU method to detect whether the Member object object represents a multipoint control unit (MCU), also known as a conferencing server or bridge.

HRESULT IsMCU(void);

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
    This Member object represents an MCU.
  • S_FALSE
    This Member object does not represent an MCU.

Remarks

How a conference is set up influences how data, about how members join and leave the conference, is distributed. For further information about conference topologies, see the Windows NetMeeting 3 Resource Kit, available from the Microsoft Windows NetMeeting Web site.

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, Further Reading