Exemplo n.º 1
0
 public static extern bool DeviceIoControl(IntPtr handle,
                                           DriveCommand command, ref DriveCommandParameter parameter,
                                           int parameterSize, out DriveCommandResult result, int resultSize,
                                           out uint bytesReturned, IntPtr overlapped);
Exemplo n.º 2
0
 public static extern bool DeviceIoControl(IntPtr handle,
   DriveCommand command, ref DriveCommandParameter parameter,
   int parameterSize, out DriveCommandResult result, int resultSize,
   out uint bytesReturned, IntPtr overlapped);