Struct windows_sys::Win32::System::Ioctl::CONTAINER_ROOT_INFO_OUTPUT
#[repr(C)]pub struct CONTAINER_ROOT_INFO_OUTPUT {
pub ContainerRootIdLength: u16,
pub ContainerRootId: [u8; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§ContainerRootIdLength: u16
§ContainerRootId: [u8; 1]