Share via


PDATA_EH

9/7/2007

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.

See Also

Reference

PDATA Structures
_IMAGE_CE_RUNTIME_FUNCTION_ENTRY