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 -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -