Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_TickCount method gets the "tick count" (the number of milliseconds since Windows started) at which digit-gathering completed.
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 |