Share via


INmConference::GetState

The GetState method retrieves the current state of the conference. Though an application may have created any number of Conference objects, only one conference may be active at any given time.

HRESULT GetState(
NM_CONFERENCE_STATE *pState);

Parameters

  • pState
    [out] Pointer to an NM_CONFERENCE_* state that identifies the conference state as idle (NM_CONFERENCE_IDLE) or active (NM_CONFERENCE_ACTIVE).

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 value was retrieved successfully.

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.