EXCEPTION_TYPE2 (Windows Embedded CE 6.0)
1/5/2010
This structure specifies the characteristics of an exception.
Syntax
typedef struct _EXCEPTION_TYPE2 {
DWORD dwExceptionCode;
EXCEPTION_CHANCE ec;
} 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
Header | eXDI2.h |
Windows Embedded CE | Windows CE 5.0 and later |