IRTCClient2::ClientName (Windows CE 5.0)

Send Feedback

This method sets the name of the application that will be used in the User-Agent header.

HRESULT put_ClientName(BSTRbstrClientName);

Parameters

  • bstrClientName
    [in] The name to use in the User-Agent header.

Return Values

This method can return an RTC_E_ constant.

The following table shows an additional possible return value.

Value Meaning
E_OUTOFMEMORY Insufficient memory to perform this operation.

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::ClientCurVer.

Requirements

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

See Also

IRTCClient2 | IRTCClient2::ClientCurVer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.