#[repr(C)]pub struct WCM_PROFILE_INFO_LIST {
pub dwNumberOfItems: u32,
pub ProfileInfo: [WCM_PROFILE_INFO; 1],
}Expand description
Required features: ‘Win32_NetworkManagement_WindowsConnectionManager’
Fields
dwNumberOfItems: u32ProfileInfo: [WCM_PROFILE_INFO; 1]