ITDigitGenerationEvent::get_TickCount method (tapi3if.h)
The get_TickCount method gets the "tick count" (number of milliseconds since Windows started) at which the digit generation completed.
Syntax
HRESULT get_TickCount(
[out] long *plTickCount
);
Parameters
[out] plTickCount
Pointer to 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. |
|
Insufficient memory exists to perform the operation. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |