pcsc-lite 2.3.0
|
contained in SCARD_GET_ATTRIB and Messages
.
More...
#include <winscard_msg.h>
Data Fields | |
int32_t | hCard |
uint32_t | dwAttrId |
uint8_t | pbAttr [MAX_BUFFER_SIZE] |
uint32_t | cbAttrLen |
uint32_t | rv |
contained in SCARD_GET_ATTRIB and Messages
.
These data are passed throw the field sharedSegmentMsg.data
.
Definition at line 265 of file winscard_msg.h.
uint32_t cbAttrLen |
Definition at line 270 of file winscard_msg.h.
uint32_t dwAttrId |
Definition at line 268 of file winscard_msg.h.
int32_t hCard |
Definition at line 267 of file winscard_msg.h.
uint8_t pbAttr[MAX_BUFFER_SIZE] |
Definition at line 269 of file winscard_msg.h.
uint32_t rv |
Definition at line 271 of file winscard_msg.h.