ITAddress::CreateCall

[This is preliminary documentation and subject to change.]

Creates a new call object that can be used to make an outgoing call. Upon creation, the call is in the IDLE state and has no media or terminals selected.

HRESULT CreateCall(
  BSTR pDestAddress,
  ITBasicCallControl **ppCall
);
 

Parameters

pDestAddress
[in] String containing destination address. Format is provider specific.
ppCall
[out] Pointer to ITBasicCallControl interface.

Return Values

TBD