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 |
SmartCardApplication Structure
The SmartCardApplication structure identifies a smart card application.
Syntax
typedef struct {
ApplicationTypeType ApplicationType;
USHORT ApplicationVersion;
BSTR pbstrApplicationName;
BSTR pbstrApplicationURL;
} SmartCardApplication ;
Members
ApplicationType
Member of the ApplicationTypeType enumeration.
ApplicationVersion
Application version.
pbstrApplicationName
Application name.
pbstrApplicationURL
Application URL.
Requirements
Header: Include Bdaiface.h.
See Also