BetterExplorer.UsbEject.Native.DeviceIoControl C# (CSharp) Method

DeviceIoControl() private method

private DeviceIoControl ( IntPtr hDevice, int dwIoControlCode, IntPtr lpInBuffer, int nInBufferSize, IntPtr lpOutBuffer, int nOutBufferSize, int &lpBytesReturned, IntPtr lpOverlapped ) : bool
hDevice System.IntPtr
dwIoControlCode int
lpInBuffer System.IntPtr
nInBufferSize int
lpOutBuffer System.IntPtr
nOutBufferSize int
lpBytesReturned int
lpOverlapped System.IntPtr
return bool
        internal static extern bool DeviceIoControl(IntPtr hDevice, int dwIoControlCode, IntPtr lpInBuffer, int nInBufferSize, IntPtr lpOutBuffer, int nOutBufferSize, out int lpBytesReturned, IntPtr lpOverlapped);