EXCEPTION_TYPE2 (Windows CE 5.0)
This structure specifies the characteristics of an exception.
typedef struct _EXCEPTION_TYPE2 { DWORDdwExceptionCode; EXCEPTION_CHANCEec;} EXCEPTION_TYPE2;
Members
- dwExceptionCode
Platform-dependent exception code that indicates the type or source of the exception. - ec
Exception notification phase (first or second chance).
Requirements
OS Version: Windows CE 5.0 and later.
Header: exdi2.h.
See Also
Send Feedback on this topic to the authors