Example #1
0
 public static extern bool DeviceIoControl(IntPtr handle,
                                           DriveCommand command, ref DriveCommandParameter parameter,
                                           int parameterSize, out DriveIdentifyResult result, int resultSize,
                                           out uint bytesReturned, IntPtr overlapped);
Example #2
0
 public static extern bool DeviceIoControl(IntPtr handle,
   DriveCommand command, ref DriveCommandParameter parameter,
   int parameterSize, out DriveIdentifyResult result, int resultSize,
   out uint bytesReturned, IntPtr overlapped);