Struct windows_sys::Win32::Storage::FileSystem::CLFS_LOG_NAME_INFORMATION
#[repr(C)]pub struct CLFS_LOG_NAME_INFORMATION {
pub NameLengthInBytes: u16,
pub Name: [u16; 1],
}Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§NameLengthInBytes: u16§Name: [u16; 1]