This topic has not yet been rated - Rate this topic

GetEPC (Windows CE 5.0)

Windows CE 5.0
Send Feedback

This function is implemented by the kernel and called by the profiler interrupt service routine (ISR) to get the interrupted program counter, which is the exception program counter (EPC).

DWORD GetEPC (void);

Parameters

None.

Return Values

The returned DWORD specifies the EPC. If the function returns 0 (zero) it is not supported by the current CPU.

Remarks

In the OAL, you must declare GetEPC as follows.

extern DWORD GetEPC ();

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Not applicable.
Link Library: Nkprof.lib.

See Also

ProfilerHit | Monte Carlo Profiling


Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.