CallControl.IndicateActiveCall(UInt64) 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.
Indicates that the specified call is now active.
public:
virtual void IndicateActiveCall(unsigned long long callToken) = IndicateActiveCall;
void IndicateActiveCall(uint64_t const& callToken);
public void IndicateActiveCall(ulong callToken);
function indicateActiveCall(callToken)
Public Sub IndicateActiveCall (callToken As ULong)
Parameters
- callToken
-
UInt64
unsigned long long
uint64_t
The unique identifier of the specified call.