Share via


IRTCSession::get_State

The get_State property returns the current state of the session.

HRESULT get_State(RTC_SESSION_STATE*penState);

Parameters

  • penState
    [out] Pointer to an RTC_SESSION_STATE enumeration containing the current state of the session.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSession is defined as 387c8086-99be-42fb-9973-7c0fc0ca9fa8.

See Also

IRTCSession, RTC_SESSION_STATE