PDATA_EH (Windows Embedded CE 6.0)
1/5/2010
This structure holds detailed information about an associated exception handler function. This is an internal data structure used in OS exception processing.
Syntax
struct PDATA_EH { unsigned int* pHandler; unsigned int* pHandlerData;};
Parameters
- pHandler
Address of the exception handler for the function.
- pHandlerData
Address of the exception handler data record for the function.