IRTCClient2::ClientCurVer (Windows CE 5.0)

Send Feedback

This method sets the version of the application that is used in the User-Agent header. For example, users can specify text like "MyApplicationName version 1.2."

HRESULT put_ClientCurVer(BSTRbstrClientCurVer);

Parameters

  • bstrClientCurVer
    [in] The version of the application.

Return Values

This method can return an RTC_E_ constant.

Remarks

The server creates the User-Agent header of the SIP request using the information supplied in this method and the information supplied in IRTCClient2::ClientName.

Requirements

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

See Also

IRTCClient2 | IRTCClient2::ClientName

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.