Struct windows_sys::Win32::Security::ExtensibleAuthenticationProtocol::EAP_CONFIG_INPUT_FIELD_ARRAY
[−]#[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’, ‘Win32_Foundation’
Fields
dwVersion: u32dwNumberOfFields: u32pFields: *mut EAP_CONFIG_INPUT_FIELD_DATA