Share via


UICloseReasonType Enumeration

The UICloseReasonType enumeration type specifies the reason that a user-interface dialog for a smart card was closed.

Syntax

enum UICloseReasonType {
  NotReady       = 0,
  UserClosed,
  SystemClosed,
  DeviceClosed,
  ErrorClosed 
};

Constants

  • NotReady
    Not ready.

  • UserClosed
    User.

  • SystemClosed
    System.

  • DeviceClosed
    Device.

  • ErrorClosed
    Error.

Requirements

Header Declared in Bdaiface.h.

See Also

BDA Enumeration Types

Send comments about this topic to Microsoft

Build date: 12/4/2008