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.
| 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