Share via


IRTCClientPresence::get_PrivacyMode

The get_PrivacyMode property gets the privacy mode. This method retrieves the mode that is set by IRTCClientPresence::put_PrivacyMode.

HRESULT get_PrivacyMode(RTC_PRIVACY_MODE*penMode);

Parameters

  • penMode
    [out] Pointer to an RTC_PRIVACY_MODE enumeration containing the setting.

Return Values

RTC methods may return an RTC_E_ constant.

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_IRTCClientPresence is defined as 11c3cbcc-0744-42d1-968a-51aa1bb274c6.

See Also

IRTCClientPresence, RTC_PRIVACY_MODE, IRTCClientPresence::put_PrivacyMode