#[repr(C)]pub struct DHCP_FAILOVER_RELATIONSHIP {Show 14 fields
pub PrimaryServer: u32,
pub SecondaryServer: u32,
pub Mode: DHCP_FAILOVER_MODE,
pub ServerType: DHCP_FAILOVER_SERVER,
pub State: FSM_STATE,
pub PrevState: FSM_STATE,
pub Mclt: u32,
pub SafePeriod: u32,
pub RelationshipName: PWSTR,
pub PrimaryServerName: PWSTR,
pub SecondaryServerName: PWSTR,
pub pScopes: *mut DHCP_IP_ARRAY,
pub Percentage: u8,
pub SharedSecret: PWSTR,
}Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields§
§PrimaryServer: u32§SecondaryServer: u32§Mode: DHCP_FAILOVER_MODE§ServerType: DHCP_FAILOVER_SERVER§State: FSM_STATE§PrevState: FSM_STATE§Mclt: u32§SafePeriod: u32§RelationshipName: PWSTR§PrimaryServerName: PWSTR§SecondaryServerName: PWSTR§pScopes: *mut DHCP_IP_ARRAY§Percentage: u8