IVoIPCallRecord::FriendlyName (Windows Embedded CE 6.0)
1/6/2010
This method sets or retrieves the friendly (display) name of the recipient for this call.
Syntax
HRESULT put_FriendlyName(
BSTR bstrFriendlyName
);
HRESULT get_FriendlyName(
BSTR* pbstrFriendlyName
);
Parameters
- bstrFriendlyName, pbstrFriendlyName
[in],[out, retval] The friendly name of the call recipient. For get_FriendlyName, this parameter is a pointer to a BSTR that will be filled with the friendly name, or an empty string if there is no entry. The method allocates the buffer. The application is responsible for releasing the memory by using the SysFreeString function.
Return Value
If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Remarks
Note
This documentation applies to functionality implemented in sample code for the VAIL Database Store. For more information, see VAIL Database Store Reference.
Requirements
Header | Voipstore.h, voipstore.idl |
Windows Embedded CE | Windows CE .NET 4.2 and later |