EXCEPTION_CHANCE (Windows Embedded CE 6.0)
1/5/2010
This enumeration specifies an exception notification phase.
Syntax
typedef enum _EXCEPTION_CHANCE {
ec1stChance = 0,
ec2ndChance
} EXCEPTION_CHANCE;
Elements
- ec1stChance
Indicator for a first chance exception.
- ec2ndChance
Indicator for a second chance exception.
Requirements
Header | eXDI2.h |
Windows Embedded CE | Windows CE 5.0 and later |