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
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
lpfnCheck Pointer<NativeFunction<LPOCNCHKPROC>>
getter/setter pair
lpfnConnect Pointer<NativeFunction<LPOCNCONNPROC>>
getter/setter pair
lpfnDisconnect Pointer<NativeFunction<LPOCNDSCPROC>>
getter/setter pair
lpstrCardNames Pointer<Utf16>
getter/setter pair
lpstrGroupNames Pointer<Utf16>
getter/setter pair
nMaxCardNames int
getter/setter pair
nMaxGroupNames 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