Share via


INmConference::IsHosting

The IsHosting method determines whether the conference is being hosted by the local computer.

HRESULT IsHosting(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
    The conference object is in host mode (set through the NetMeeting UI as "Host Conference" in the Call menu or INmConference::Host was called).
  • S_FALSE
    The conference object is not the host.

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.