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# - PInvoke of NetUserAdd returns 24 -

objective c - Mouse events for an NSSegmentedCell subclass? -