IRTCClientProvisioning::get_SessionCapabilities

The get_SessionCapabilities property gets the types of sessions that the Client supports, taking into account all the profiles that are enabled on the Client.

HRESULT get_SessionCapabilities(long*plSupportedSessions);

Parameters

  • plSupportedSessions
    [out] Pointer to a set of RTCSI_ flags containing the supported session types.

Return Values

RTC methods may return an RTC_E_ constant. The RTC_E_PROFILE_ constants can all be returned from this method.

Value Meaning
RTC_E_CLIENT_NOT_INITIALIZED The client is not initialized.

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_IRTCClientProvisioning is defined as B9F5CF06-65B9-4a80-A0E6-73CAE3EF3822.

See Also

IRTCClientProvisioning, RTCSI_