Contains an exception record with a machine-independent description of an exception and a context record with a machine-dependent description of the processor context at the time of the exception.
typedef struct _EXCEPTION_POINTERS { PEXCEPTION_RECORD ExceptionRecord; PCONTEXT ContextRecord; }EXCEPTION_POINTERS, *PEXCEPTION_POINTERS;
A pointer to an EXCEPTION_RECORD structure that contains a machine-independent description of the exception.
A pointer to a CONTEXT structure that contains a processor-specific description of the state of the processor at the time of the exception.
Send comments about this topic to Microsoft
Build date: 11/12/2009