NTSTATUS UsbCcidDevice::Transmit(PBYTE Command, DWORD CommandLen, PBYTE Response, PDWORD ResponseLen) CCID_TRANSMIT transmitCmd = 0; transmitCmd.bMessageType = PC_to_RDR_XfrBlock; transmitCmd.dwLength = CommandLen; transmitCmd.bSlot = 0; transmitCmd.bSeq = 0; transmitCmd.bBWI = 0; transmitCmd.wLevelParameter = 0;
return SendCcidCommandWithData(&transmitCmd, sizeof(transmitCmd), Command, CommandLen, Response, ResponseLen); microsoft usbccid smartcard reader -umdf 2- driver
[Standard.NTamd64] %DeviceDesc% = UsbCcidReader_Install, USB\VID_xxxx&PID_xxxx NTSTATUS UsbCcidDevice::Transmit(PBYTE Command