Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

GetAsyncTimerResolution

LabWindows/CVI 8.5 Help
November 2007

NI Part Number:
370051K-01

»View Product Info

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 integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Return Values:
0Success.
–1The system failed to allocate a timer.
–2No more IDs are available to assign to a new timer.
–3Not enough memory left for this operation.
–4The timer with the given ID was not found.
–5Initialization with a call to NewAsyncTimer was not done.
–6An internal error occurred.
–7The value of a parameter passed to this function was invalid.
–8The functionality is only available on real-time operating systems.
–9You cannot set this attribute.

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit