Share via


IVoIPCallRecord::URI (Windows Embedded CE 6.0)

1/6/2010

This method sets or retrieves the URI for the recipient of this call.

Syntax

HRESULT put_URI( 
  BSTR bstrURI 
);
HRESULT get_URI( 
  BSTR* pbstrURI 
);

Parameters

  • bstrURI, pbstrURI
    [in],[out,retval] The URI of the call recipient. For get_URI, this parameter is a BSTR that will be filled with the URI of the recipient, 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

See Also

Reference

IVoIPCallRecord
VAIL Database Store Reference