#[repr(C)]pub struct DEVICE_DATA_SET_LB_PROVISIONING_STATE {
pub Size: u32,
pub Version: u32,
pub SlabSizeInBytes: u64,
pub SlabOffsetDeltaInBytes: u32,
pub SlabAllocationBitMapBitCount: u32,
pub SlabAllocationBitMapLength: u32,
pub SlabAllocationBitMap: [u32; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Size: u32
§Version: u32
§SlabSizeInBytes: u64
§SlabOffsetDeltaInBytes: u32
§SlabAllocationBitMapBitCount: u32
§SlabAllocationBitMapLength: u32
§SlabAllocationBitMap: [u32; 1]