PDATA_EH (Windows CE 5.0)
This structure holds detailed information about an associated exception handler function. This is an internal data structure used in OS exception processing.
struct PDATA_EH { unsigned int* pHandler; unsigned int* pHandlerData;};
Members
- pHandler
Address of the exception handler for the function. - pHandlerData
Address of the exception handler data record for the function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: winnt.h.
Link Library: Implemented in winnt.h.
See Also
PDATA Structures | _IMAGE_CE_RUNTIME_FUNCTION_ENTRY
Send Feedback on this topic to the authors