次の方法で共有


ProfileStartEx (Windows CE 5.0)

Send Feedback

This function is used by applications to start the profiler.

VOID ProfileStartEx( ProfilerControl* pControl );

Parameters

Return Values

None.

Remarks

After initializing the profiler mechanism specified by pControl->dwOptions, ProfileStartEx calls OEMIoControl using IOCTL_HAL_OEM_PROFILER and passes pControl.

The implementation of IOCTL_HAL_OEM_PROFILER is provided by the OEM.

You can use ProfileStartEx to control custom profiling as supplied by the OEM for your BSP. For more information, see the documentation for your BSP.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Profiler.h.
Link Library: Coredll.lib.

See Also

ProfilerControl | ProfileStart | ProfileStop | ProfileCaptureStatus | IOCTL_HAL_OEM_PROFILER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.