#[repr(C)]
pub struct PPP_EAP_INPUT {
Show 21 fields pub dwSizeInBytes: u32, pub fFlags: u32, pub fAuthenticator: BOOL, pub pwszIdentity: PWSTR, pub pwszPassword: PWSTR, pub bInitialId: u8, pub pUserAttributes: *mut RAS_AUTH_ATTRIBUTE, pub fAuthenticationComplete: BOOL, pub dwAuthResultCode: u32, pub hTokenImpersonateUser: HANDLE, pub fSuccessPacketReceived: BOOL, pub fDataReceivedFromInteractiveUI: BOOL, pub pDataFromInteractiveUI: *mut u8, pub dwSizeOfDataFromInteractiveUI: u32, pub pConnectionData: *mut u8, pub dwSizeOfConnectionData: u32, pub pUserData: *mut u8, pub dwSizeOfUserData: u32, pub hReserved: HANDLE, pub guidConnectionId: GUID, pub isVpn: BOOL,
}
Expand description

Required features: "Win32_Security_ExtensibleAuthenticationProtocol", "Win32_Foundation"

Fields

dwSizeInBytes: u32fFlags: u32fAuthenticator: BOOLpwszIdentity: PWSTRpwszPassword: PWSTRbInitialId: u8pUserAttributes: *mut RAS_AUTH_ATTRIBUTEfAuthenticationComplete: BOOLdwAuthResultCode: u32hTokenImpersonateUser: HANDLEfSuccessPacketReceived: BOOLfDataReceivedFromInteractiveUI: BOOLpDataFromInteractiveUI: *mut u8dwSizeOfDataFromInteractiveUI: u32pConnectionData: *mut u8dwSizeOfConnectionData: u32pUserData: *mut u8dwSizeOfUserData: u32hReserved: HANDLEguidConnectionId: GUIDisVpn: BOOL

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.