#[repr(C)]pub struct DFS_SITELIST_INFO {
pub cSites: u32,
pub Site: [DFS_SITENAME_INFO; 1],
}Expand description
Required features: ‘Win32_Storage_DistributedFileSystem’, ‘Win32_Foundation’
Fields
cSites: u32Site: [DFS_SITENAME_INFO; 1]#[repr(C)]pub struct DFS_SITELIST_INFO {
pub cSites: u32,
pub Site: [DFS_SITENAME_INFO; 1],
}Required features: ‘Win32_Storage_DistributedFileSystem’, ‘Win32_Foundation’
cSites: u32Site: [DFS_SITENAME_INFO; 1]