Struct windows_sys::Win32::Storage::FileSystem::MediaLabelInfo
[−]#[repr(C)]pub struct MediaLabelInfo {
pub LabelType: [u16; 64],
pub LabelIDSize: u32,
pub LabelID: [u8; 256],
pub LabelAppDescr: [u16; 256],
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
LabelType: [u16; 64]LabelIDSize: u32LabelID: [u8; 256]LabelAppDescr: [u16; 256]