OPENCARDNAME class base Struct

The OPENCARDNAME structure contains the information that the GetOpenCardName function uses to initialize a smart card Select Card dialog box. Calling SCardUIDlgSelectCard with OPENCARDNAME_EX is recommended over calling GetOpenCardName with OPENCARDNAME. OPENCARDNAME is provided for backward compatibility.

Inheritance

Constructors

OPENCARDNAME()

Properties

cguidInterfaces int
read / write
dwActiveProtocol int
read / write
dwFlags int
read / write
dwPreferredProtocols int
read / write
dwShareMode int
read / write
dwStructSize int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hCardHandle int
read / write
hSCardContext int
read / write
hwndOwner int
read / write
lpfnCheck Pointer<NativeFunction<OpenCardCheckProc>>
read / write
lpfnConnect Pointer<NativeFunction<OpenCardConnProc>>
read / write
lpfnDisconnect Pointer<NativeFunction<OpenCardDisconnProc>>
read / write
lpstrCard Pointer<Utf16>
read / write
lpstrCardNames Pointer<Utf16>
read / write
lpstrGroupNames Pointer<Utf16>
read / write
lpstrRdr Pointer<Utf16>
read / write
lpstrTitle Pointer<Utf16>
read / write
nMaxCard int
read / write
nMaxCardNames int
read / write
nMaxGroupNames int
read / write
nMaxRdr int
read / write
pvUserData Pointer<NativeType>
read / write
rgguidInterfaces Pointer<GUID>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited