#[repr(C)]
pub struct PPP_EAP_OUTPUT {
Show 15 fields pub dwSizeInBytes: u32, pub Action: PPP_EAP_ACTION, pub dwAuthResultCode: u32, pub pUserAttributes: *mut RAS_AUTH_ATTRIBUTE, pub fInvokeInteractiveUI: BOOL, pub pUIContextData: *mut u8, pub dwSizeOfUIContextData: u32, pub fSaveConnectionData: BOOL, pub pConnectionData: *mut u8, pub dwSizeOfConnectionData: u32, pub fSaveUserData: BOOL, pub pUserData: *mut u8, pub dwSizeOfUserData: u32, pub pNgcKerbTicket: *mut NgcTicketContext, pub fSaveToCredMan: BOOL,
}
Expand description

Required features: "Win32_Security_ExtensibleAuthenticationProtocol", "Win32_Foundation", "Win32_Security_Cryptography"

Fields

dwSizeInBytes: u32Action: PPP_EAP_ACTIONdwAuthResultCode: u32pUserAttributes: *mut RAS_AUTH_ATTRIBUTEfInvokeInteractiveUI: BOOLpUIContextData: *mut u8dwSizeOfUIContextData: u32fSaveConnectionData: BOOLpConnectionData: *mut u8dwSizeOfConnectionData: u32fSaveUserData: BOOLpUserData: *mut u8dwSizeOfUserData: u32pNgcKerbTicket: *mut NgcTicketContextfSaveToCredMan: 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.