#[repr(C)]pub struct DFS_TARGET_PRIORITY {
pub TargetPriorityClass: DFS_TARGET_PRIORITY_CLASS,
pub TargetPriorityRank: u16,
pub Reserved: u16,
}Expand description
Required features: ‘Win32_Storage_DistributedFileSystem’
Fields
TargetPriorityClass: DFS_TARGET_PRIORITY_CLASSTargetPriorityRank: u16Reserved: u16