OPENCARD_SEARCH_CRITERIA class base Struct

The OPENCARD_SEARCH_CRITERIA structure is used by the SCardUIDlgSelectCard function in order to recognize cards that meet the requirements set forth by the caller. You can, however, call SCardUIDlgSelectCard without using this structure.

Inheritance

Constructors

OPENCARD_SEARCH_CRITERIA()

Properties

cguidInterfaces 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
lpfnCheck Pointer<NativeFunction<OpenCardCheckProc>>
read / write
lpfnConnect Pointer<NativeFunction<OpenCardConnProc>>
read / write
lpfnDisconnect Pointer<NativeFunction<OpenCardDisconnProc>>
read / write
lpstrCardNames Pointer<Utf16>
read / write
lpstrGroupNames Pointer<Utf16>
read / write
nMaxCardNames int
read / write
nMaxGroupNames 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