UICloseReasonType

 
Microsoft DirectShow 9.0

UICloseReasonType

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
} UICloseReasonType;

Members

NotReady

Not ready.

UserClosed

User.

SystemClosed

System.

DeviceClosed

Device.

ErrorClosed

Error.

Requirements

Header: Include Bdaiface.h.

See Also