Struct winapi::sspi::SEC_WINNT_CREDUI_CONTEXT
[−]
[src]
pub struct SEC_WINNT_CREDUI_CONTEXT {
pub cbHeaderLength: USHORT,
pub CredUIContextHandle: HANDLE,
pub UIInfo: PCREDUI_INFOW,
pub dwAuthError: ULONG,
pub pInputAuthIdentity: PSEC_WINNT_AUTH_IDENTITY_OPAQUE,
pub TargetName: PUNICODE_STRING,
}Fields
cbHeaderLength | |
CredUIContextHandle | |
UIInfo | |
dwAuthError | |
pInputAuthIdentity | |
TargetName |
Trait Implementations
impl Copy for SEC_WINNT_CREDUI_CONTEXT[src]
impl Clone for SEC_WINNT_CREDUI_CONTEXT[src]
fn clone(&self) -> SEC_WINNT_CREDUI_CONTEXT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more