Пример #1
0
 public static extern Int32 CompactVirtualDisk(VirtualDiskSafeHandle VirtualDiskHandle, COMPACT_VIRTUAL_DISK_FLAG Flags, ref COMPACT_VIRTUAL_DISK_PARAMETERS Parameters, IntPtr Overlapped);
Пример #2
0
 public static extern int CompactVirtualDisk(IntPtr VirtualDiskHandle, COMPACT_VIRTUAL_DISK_FLAG Flags, ref COMPACT_VIRTUAL_DISK_PARAMETERS Parameters, IntPtr Overlapped);
Пример #3
0
 public static extern UInt32 CompactVirtualDisk(
     VirtualDiskSafeHandle VirtualDiskHandle,
     COMPACT_VIRTUAL_DISK_FLAG Flags,
     ref COMPACT_VIRTUAL_DISK_PARAMETERS Parameters,
     ref OVERLAPPED Overlapped);