I created a shared directory project under the E drive of my computer. There are multiple subdirectories in it, storing multiple projects. I mapped different projects to different drive letters, for e...
Definition: #define IO_OPEN_COM CTL_CODE(FILE_DEVICE_COMSPY,0x080A,METHOD_BUFFERED, \ FILE_ANY_ACCESS) I want to use the following to pass the serial port number "\\??\\COM1" DeviceIoControl(m_hDevice...