IRTCClient2::ClientName (Windows Embedded CE 6.0)
1/6/2010
This method sets the name of the application that will be used in the User-Agent header.
Syntax
HRESULT put_ClientName(
BSTR bstrClientName
);
Parameters
- bstrClientName
[in] The name to use in the User-Agent header.
Return Value
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
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |