Resets the Counter.
CalCounterReset (hHandle, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Counter. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function resets the Counter to power up state.
The following example resets the Counter:
LONG lHandle, lStatus;
CalCounterReset (lHandle, &lStatus);