_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY (Windows CE 5.0)
This structure contains detailed information about runtime exception processing.
This structure has an uncompressed 20-byte format.
typedef struct_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY { ULONGBeginAddress; ULONGEndAddress;PVOIDExceptionHandler;PVOIDHandlerData; ULONGPrologEndAddress;} IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY,*PIMAGE_ALPHA_RUNTIME_FUNCTIONG_ENTRY;
Members
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.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: winnt.h.
Link Library: Implemented in winnt.h.
See Also
Send Feedback on this topic to the authors