UICloseReasonType enumeration (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

Syntax

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

Constants

 
NotReady
Value: 0
Not ready.
UserClosed
User.
SystemClosed
System.
DeviceClosed
Device.
ErrorClosed
Error.

Requirements

   
Header bdaiface.h

See also

BDA Enumeration Types