2.2.3.13 GetTransmitCount_Return

The GetTransmitCount_Return structure defines the number of transmit calls that were performed on the smart card reader (for more information, see section 3.1.4.41).

 typedef struct _GetTransmitCount_Return {
   long ReturnCode;
   unsigned long cTransmitCount;
 } GetTransmitCount_Return;

ReturnCode: HRESULT or Win32 Error code. Zero indicates success; any other value indicates failure.

cTransmitCount: The field specifies the number of successful Transmit calls (for more information, see section 3.1.4.35) performed on the reader since it was introduced to the system.