Share via


IRTCClientPresence::put_PrivacyMode

The put_PrivacyMode property sets the privacy mode for the user. This method ses the mode that is retrieved by IRTCClientPresence::get_PrivacyMode.

HRESULT put_PrivacyMode(RTC_PRIVACY_MODEenMode);

Parameters

  • enMode
    [in] An RTC_PRIVACY_MODE enumeration that specifies the privacy settings.

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::get_PrivacyMode