User Manual
4–34 RAC6182-Specific Extensions to the CE API
Publication 6182-UM002B-EN-P
UserTimerGetNumberOfTimers
This function gets the number of available timers. It is prototyped in
usertimers.h.
Syntax
#include <Windows.h>
#include <usertimers.h>
DWORD UserTimerGetNumberOfTimers(void)
Remarks
Returns total number of application accessible timers on the system.
Return Value
Total number of application accessible timers available.
Portability
This function is specific to the RAC6182 hardware.
See Also
UserTimerClaim
UserTimerClaim
This function claims, or releases, access to user timers. It is prototyped
in usertimers.h.
Syntax
#include <Windows.h>
#include <usertimers.h>
DWORD UserTimerClaim(DWORD TimerNumber,BOOL Claim)