#[repr(C)]pub struct WLAN_PROFILE_INFO_LIST {
pub dwNumberOfItems: u32,
pub dwIndex: u32,
pub ProfileInfo: [WLAN_PROFILE_INFO; 1],
}Expand description
Required features: ‘Win32_NetworkManagement_WiFi’
Fields
dwNumberOfItems: u32dwIndex: u32ProfileInfo: [WLAN_PROFILE_INFO; 1]