Esempio n. 1
0
 internal static extern bool DeviceIoControl
 (
     SafeHandle hDevice,
     IOCTL dwIoControlCode,
     ref STORAGE_PROPERTY_QUERY lpInBuffer,
     int nInBufferSize,
     out STORAGE_DEVICE_DESCRIPTOR_HEADER lpOutBuffer,
     int nOutBufferSize,
     out uint lpBytesReturned,
     IntPtr lpOverlapped);
Esempio n. 2
0
 internal static extern bool DeviceIoControl
 (
     SafeHandle hDevice,
     IOCTL dwIoControlCode,
     IntPtr lpInBuffer,
     int nInBufferSize,
     IntPtr lpOutBuffer,
     int nOutBufferSize,
     out uint lpBytesReturned,
     IntPtr lpOverlapped);
Esempio n. 3
0
 public static extern bool DeviceIoControl(SafeFileHandle hDevice, IOCTL IoControlCode,
                                           IntPtr InBuffer, int nInBufferSize, out KEYBOARD_INDICATOR_PARAMETERS OutBuffer,
                                           int nOutBufferSize, out int pBytesReturned, IntPtr Overlapped);
Esempio n. 4
0
 private static extern bool DeviceIoControl(SafeFileHandle hDevice, IOCTL command, ref SubChannelRequest request, int requestSize, out MMC.SubChannelISRC data, int dataSize, out int pBytesReturned, IntPtr overlapped);
Esempio n. 5
0
 private static extern bool DeviceIoControl(SafeFileHandle hDevice, IOCTL command, ref TOCRequest request, int nInBufferSize, out MMC.TOCDescriptor data, int dataSize, out int pBytesReturned, IntPtr overlapped);
Esempio n. 6
0
 public static extern bool DeviceIoControl(SafeFileHandle hDevice, IOCTL IoControlCode,
         IntPtr InBuffer, int nInBufferSize, out KEYBOARD_INDICATOR_PARAMETERS OutBuffer,
         int nOutBufferSize, out int pBytesReturned, IntPtr Overlapped);
Esempio n. 7
0
 private static extern int SendSCSIRequest(int fd, IOCTL command, ref SCSIRequest request);
Esempio n. 8
0
 private static extern int SendIORequest(int fd, IOCTL command, ref ReadSubChannelRequest request);
Esempio n. 9
0
 private static extern int SendIORequest(int fd, IOCTL command, ref TOCEntriesRequest request);
Esempio n. 10
0
 private static extern int SendIORequest(int fd, IOCTL command, ref TOCHeaderRequest request);