#[repr(C)]pub struct FIXED_INFO_W2KSP1 {
pub HostName: [CHAR; 132],
pub DomainName: [CHAR; 132],
pub CurrentDnsServer: *mut IP_ADDR_STRING,
pub DnsServerList: IP_ADDR_STRING,
pub NodeType: u32,
pub ScopeId: [CHAR; 260],
pub EnableRouting: u32,
pub EnableProxy: u32,
pub EnableDns: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’, ‘Win32_Foundation’
Fields
HostName: [CHAR; 132]DomainName: [CHAR; 132]CurrentDnsServer: *mut IP_ADDR_STRINGDnsServerList: IP_ADDR_STRINGNodeType: u32ScopeId: [CHAR; 260]EnableRouting: u32EnableProxy: u32EnableDns: u32