ITToneDetectionEvent::get_TickCount method (tapi3if.h)
The get_TickCount method gets the "tick count" (the number of milliseconds since Windows started) at which the tone was detected.
Syntax
HRESULT get_TickCount(
[out] long *plTickCount
);
Parameters
[out] plTickCount
Pointer to a value to receive the tick count.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
The plTickCount parameter is not a valid pointer. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h |
Library | Uuid.lib |
DLL | Tapi3.dll |