GetEPC (Windows CE 5.0)
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