Partager via


EXCEPTION_CHANCE (Windows CE 5.0)

Send Feedback

This enumeration specifies an exception notification phase.

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

OS Version: Windows CE 5.0 and later.
Header: exdi2.h.

See Also

IeXDI2 Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.