Struct winapi::shared::rpcdce::SEC_WINNT_AUTH_IDENTITY_A [−][src]
#[repr(C)]pub struct SEC_WINNT_AUTH_IDENTITY_A {
pub User: *mut c_uchar,
pub UserLength: c_ulong,
pub Domain: *mut c_uchar,
pub DomainLength: c_ulong,
pub Password: *mut c_uchar,
pub PasswordLength: c_ulong,
pub Flags: c_ulong,
}Fields
User: *mut c_ucharUserLength: c_ulongDomain: *mut c_ucharDomainLength: c_ulongPassword: *mut c_ucharPasswordLength: c_ulongFlags: c_ulongTrait Implementations
Returns the “default value” for a type. Read more