#[repr(C)]pub struct EAP_CONFIG_INPUT_FIELD_ARRAY {
pub dwVersion: u32,
pub dwNumberOfFields: u32,
pub pFields: *mut EAP_CONFIG_INPUT_FIELD_DATA,
}Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields§
§dwVersion: u32§dwNumberOfFields: u32§pFields: *mut EAP_CONFIG_INPUT_FIELD_DATA