#[repr(C)]
pub struct EapPeerMethodResult { pub fIsSuccess: BOOL, pub dwFailureReasonCode: u32, pub fSaveConnectionData: BOOL, pub dwSizeofConnectionData: u32, pub pConnectionData: *mut u8, pub fSaveUserData: BOOL, pub dwSizeofUserData: u32, pub pUserData: *mut u8, pub pAttribArray: *mut EAP_ATTRIBUTES, pub pEapError: *mut EAP_ERROR, pub pNgcKerbTicket: *mut NgcTicketContext, pub fSaveToCredMan: BOOL, }
Expand description

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

Fields

fIsSuccess: BOOLdwFailureReasonCode: u32fSaveConnectionData: BOOLdwSizeofConnectionData: u32pConnectionData: *mut u8fSaveUserData: BOOLdwSizeofUserData: u32pUserData: *mut u8pAttribArray: *mut EAP_ATTRIBUTESpEapError: *mut EAP_ERRORpNgcKerbTicket: *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.