Share via


_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY

9/7/2007

This structure contains detailed information about runtime exception processing.

This structure has an uncompressed 20-byte format.

Syntax

typedef struct_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY {  ULONG BeginAddress;  ULONG EndAddress;  PVOID ExceptionHandler;  PVOID HandlerData;  ULONG PrologEndAddress;} IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY,*PIMAGE_ALPHA_RUNTIME_FUNCTIONG_ENTRY;

Parameters

  • BeginAddress
    Address of the first instruction in the function.

    It is the function's entry address.

  • EndAddress
    Address of the last instruction in the function.

    It is the function's end address.

  • ExceptionHandler
    Address of the exception handler for the function.
  • HandlerData
    Address of the exception handler data record for the function.
  • PrologEndAddress
    Address of the last instruction in the prolog.

See Also

Reference

PDATA Structures