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