ROUTINE_DATA (Windows CE 5.0)
This structure describes information for run-time exception processing.
typedef struct _ROUTINE_DATA { ADDRESS_TYPE RoutineBegin; ADDRESS_TYPERoutineEnd; ADDRESS_TYPEExceptionHandler; ADDRESS_TYPEHandlerData; ADDRESS_TYPEPrologEnd; DWORDdwExecMode;} ROUTINE_DATA;
Members
RoutineBegin
Address of the first instruction in the function routine.RoutineEnd
Address of the last instruction in the function routine.ExceptionHandler
Address of the exception handler for the function.HandlerData
Address of the exception handler data record for the function.PrologEnd
Address of the last instruction in the function prolog.dwExecMode
Execution mode.By convention, this should be 0 for the default 32-bit mode and 1 for 16-bit mode.
Requirements
OS Version: Windows CE 5.0 and later.
Header: OsAccess.h.
Link Library: OSAXSC.lib.
See Also
IOsAxs Interfaces | Exception Handling for Windows CE
Send Feedback on this topic to the authors