#[repr(C)]pub struct NETCON_PROPERTIES {
pub guidId: GUID,
pub pszwName: PWSTR,
pub pszwDeviceName: PWSTR,
pub Status: NETCON_STATUS,
pub MediaType: NETCON_MEDIATYPE,
pub dwCharacter: u32,
pub clsidThisObject: GUID,
pub clsidUiObject: GUID,
}Expand description
Required features: ‘Win32_NetworkManagement_WindowsFirewall’, ‘Win32_Foundation’
Fields
guidId: GUIDpszwName: PWSTRpszwDeviceName: PWSTRStatus: NETCON_STATUSMediaType: NETCON_MEDIATYPEdwCharacter: u32clsidThisObject: GUIDclsidUiObject: GUID