GetAsyncTimerResolution
int GetAsyncTimerResolution (double *resolution);
Purpose
This function returns the resolution in seconds of the asynchronous timers.
Parameters
Output | ||
Name | Type | Description |
resolution | double | Outputs the resolution in seconds of the asynchronous timers. |
Return Value
Name | Type | Description | ||||||||||||||||||||||
status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|
Additional Information
Library: Asynchronous Timers
Include file: toolbox\asynctmr.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later