Struct windows_sys::Win32::Security::ExtensibleAuthenticationProtocol::EAP_CONFIG_INPUT_FIELD_DATA
[−]#[repr(C)]pub struct EAP_CONFIG_INPUT_FIELD_DATA {
pub dwSize: u32,
pub Type: EAP_CONFIG_INPUT_FIELD_TYPE,
pub dwFlagProps: u32,
pub pwszLabel: PWSTR,
pub pwszData: PWSTR,
pub dwMinDataLength: u32,
pub dwMaxDataLength: u32,
}Expand description
Required features: ‘Win32_Security_ExtensibleAuthenticationProtocol’, ‘Win32_Foundation’
Fields
dwSize: u32Type: EAP_CONFIG_INPUT_FIELD_TYPEdwFlagProps: u32pwszLabel: PWSTRpwszData: PWSTRdwMinDataLength: u32dwMaxDataLength: u32