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
getter/setter pair
dwActiveProtocol int
getter/setter pair
dwFlags int
getter/setter pair
dwPreferredProtocols int
getter/setter pair
dwShareMode int
getter/setter pair
dwStructSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hCardHandle int
getter/setter pair
hSCardContext int
getter/setter pair
hwndOwner int
getter/setter pair
lpfnCheck Pointer<NativeFunction<LPOCNCHKPROC>>
getter/setter pair
lpfnConnect Pointer<NativeFunction<LPOCNCONNPROC>>
getter/setter pair
lpfnDisconnect Pointer<NativeFunction<LPOCNDSCPROC>>
getter/setter pair
lpstrCard Pointer<Utf16>
getter/setter pair
lpstrCardNames Pointer<Utf16>
getter/setter pair
lpstrGroupNames Pointer<Utf16>
getter/setter pair
lpstrRdr Pointer<Utf16>
getter/setter pair
lpstrTitle Pointer<Utf16>
getter/setter pair
nMaxCard int
getter/setter pair
nMaxCardNames int
getter/setter pair
nMaxGroupNames int
getter/setter pair
nMaxRdr int
getter/setter pair
pvUserData Pointer<NativeType>
getter/setter pair
rgguidInterfaces Pointer<GUID>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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