Share via


INmMember::Eject

Use the Eject method to remove a member from the conference. Only the top provider can remove a member from the conference.

HRESULT Eject(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 request to eject the member succeeded.

  • E_FAIL

    • The member is not in an active conference.
    • The member is not in the conference.
    • The local user is not the top provider.
    • The member to be removed is the local user.

Remarks

In certain conference topologies, ejecting a member from a conference also ejects members that joined under that member. See Further Reading for more on conference topologies.

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