|
pcsc-lite 2.3.3
|
contained in SCARD_CONNECT Messages. More...
#include <winscard_msg.h>
Data Fields | |
| uint32_t | hContext |
| char | szReader [MAX_READERNAME] |
| uint32_t | dwShareMode |
| uint32_t | dwPreferredProtocols |
| int32_t | hCard |
| uint32_t | dwActiveProtocol |
| uint32_t | rv |
contained in SCARD_CONNECT Messages.
These data are passed throw the field sharedSegmentMsg.data.
Definition at line 145 of file winscard_msg.h.
| uint32_t dwActiveProtocol |
Definition at line 152 of file winscard_msg.h.
| uint32_t dwPreferredProtocols |
Definition at line 150 of file winscard_msg.h.
| uint32_t dwShareMode |
Definition at line 149 of file winscard_msg.h.
| int32_t hCard |
Definition at line 151 of file winscard_msg.h.
| uint32_t hContext |
Definition at line 147 of file winscard_msg.h.
| uint32_t rv |
Definition at line 153 of file winscard_msg.h.
| char szReader[MAX_READERNAME] |
Definition at line 148 of file winscard_msg.h.