What is the corresponding function for DeviceIoControl (C++) in C#.net? -


DeviceIoControl is used in C ++ to communicate with the USB device connected to the system. I want to use the same functionality in C # .net, but I can not find anything similar.

You can PInvoke it:


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -