I want to send an IOCTL command to a PC/SC reader connected to my computer (win7 64 bit). In order to send an IOCTL command I need a HANDLE to the device, which I\'m unable
Just try with CreateFile(L"\\\\.\\{GUID}",etc...
CreateFile(L"\\\\.\\{GUID}",etc..