OEMProfileTimerEnable (Windows Embedded CE 6.0)
1/5/2010
This function enables a profiler timer.
Syntax
void OEMProfileTimerEnable(
DWORD dwUSecInterval
);
Parameters
- dwUSecInterval
[in] Period of the profiler timer, in microseconds.
Return Value
None.
Remarks
Use the OEMProfileTimerDisable function to stop the profiler timer.
You can view an implementation code sample in the Mdprof.c file.
Requirements
Header | profiler.h |
Library | OEMMain.lib or OEMMain_StaticKITL.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Required Profiling Functions
OEMProfileTimerDisable