Kernel32DeviceIoControl Method

Overload List

DeviceIoControl(IntPtr, DirectoryManagementControlCodes, IntPtr, Int32, IntPtr, Int32, Int32, IntPtr) Sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation.
DeviceIoControl(IntPtr, UInt32, IntPtr, Int32, IntPtr, Int32, Int32, IntPtr) Sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation.
DeviceIoControl(SafeFileHandle, DirectoryManagementControlCodes, IntPtr, Int32, IntPtr, Int32, Int32, IntPtr) Sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation.
DeviceIoControl(SafeFileHandle, UInt32, IntPtr, Int32, IntPtr, Int32, Int32, IntPtr) Sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation.

See Also