SmartCardApplication Structure

 
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