Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |