#[repr(C)]pub struct EAP_METHOD_INFO_ARRAY_EX {
pub dwNumberOfMethods: u32,
pub pEapMethods: *mut EAP_METHOD_INFO_EX,
}Expand description
Required features: ‘Win32_Security_ExtensibleAuthenticationProtocol’, ‘Win32_Foundation’
Fields
dwNumberOfMethods: u32pEapMethods: *mut EAP_METHOD_INFO_EX