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