CallControl.IndicateNewOutgoingCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates device indicators to indicate an outgoing call.
public:
virtual unsigned long long IndicateNewOutgoingCall() = IndicateNewOutgoingCall;
uint64_t IndicateNewOutgoingCall();
public ulong IndicateNewOutgoingCall();
function indicateNewOutgoingCall()
Public Function IndicateNewOutgoingCall () As ULong
Returns
A call token that uniquely identifies this call.
Remarks
An application should call this method only after the dialing connection is actually initiated, and not before.