CEL_MONTECARLO_HIT (Compact 2013)
3/28/2014
This structure identifies the code that was running, and the name of the process that the code was running inside of, when a profiler interrupt occurred.
Syntax
typedef struct _CEL_MONTECARLO_HIT {
DWORD dwReturnAddr;
DWORD dwProcessId;
} CEL_MONTECARLO_HIT, *PCEL_MONTECARLO_HIT;
Members
- dwReturnAddr
Address of the code that was running when the profiler interrupt occurred.
- dwProcessID
ID of the process containing the running code referenced by dwReturnAddr.