OPENCARDNAME_EX class base struct

The OPENCARDNAME_EX structure contains the information that the SCardUIDlgSelectCard function uses to initialize a smart card Select Card dialog box.

Inheritance

Constructors

OPENCARDNAME_EX()

Properties

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
hIcon int
getter/setter pair
hSCardContext int
getter/setter pair
hwndOwner int
getter/setter pair
lpfnConnect Pointer<NativeFunction<LPOCNCONNPROC>>
getter/setter pair
lpstrCard Pointer<Utf16>
getter/setter pair
lpstrRdr Pointer<Utf16>
getter/setter pair
lpstrSearchDesc Pointer<Utf16>
getter/setter pair
lpstrTitle Pointer<Utf16>
getter/setter pair
nMaxCard int
getter/setter pair
nMaxRdr int
getter/setter pair
pOpenCardSearchCriteria Pointer<OPENCARD_SEARCH_CRITERIA>
getter/setter pair
pvUserData Pointer<NativeType>
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