pub type VIRTUAL_DISK_PROGRESS = _VIRTUAL_DISK_PROGRESS;Aliased Type§
#[repr(C)]pub struct VIRTUAL_DISK_PROGRESS {
pub OperationStatus: u32,
pub CurrentValue: u64,
pub CompletionValue: u64,
}Fields§
§OperationStatus: u32§CurrentValue: u64§CompletionValue: u64