int GetAsyncTimerResolution (double *resolution);
This function returns the resolution in seconds of the asynchronous timers.
| Output | ||
| Name | Type | Description |
| resolution | double* | Outputs the resolution in seconds of the asynchronous timers. |
| Name | Type | Description | |||||||||||||||||
| status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|