IRTCMediaRequestEvent::RemotePreferredSecurityLevel (Windows CE 5.0)

Send Feedback

This method gets the level of encryption for the supplied media stream type.

HRESULT get_RemotePreferredSecurityLevel(RTC_SECURITY_TYPEenSecurityType,RTC_SECURITY_LEVEL*penSecurityLevel);

Parameters

  • enSecurityType
    [in] An RTC_SECURITY_TYPE enumeration value specifying the type of media that is encrypted.
  • penSecurityLevel
    [out] Pointer to an RTC_SECURITY_LEVEL enumeration value specifying the required encryption level.

Return Values

This method can return an RTC_E_ constant. The following table shows additional information about a specific return value.

Value Meaning
RTC_E_INVALID_OBJECT_STATE The media request is not in the incoming state.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCMediaRequestEvent | RTC_SECURITY_LEVEL | RTC_SECURITY_TYPE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.