Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This method sets or retrieves the VoIP (RTC) name of the caller.
Syntax
HRESULT put_VoIPName(
BSTR bstrVoIPName
);
HRESULT get_VoIPName(
BSTR* pbstrVoIPName
);
Parameters
- bstrVoIPName, pbstrVoIPName
[in],[out, retval] The VoIP name of the caller. For get_VoIPName, this parameter is a pointer to a BSTR that will be filled with the VoIP 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 |