Struct winapi::shared::wtypesbase::COAUTHIDENTITY [−][src]
#[repr(C)]pub struct COAUTHIDENTITY {
pub User: *mut USHORT,
pub UserLength: ULONG,
pub Domain: *mut USHORT,
pub DomainLength: ULONG,
pub Password: *mut USHORT,
pub PasswordLength: ULONG,
pub Flags: ULONG,
}Fields
User: *mut USHORTUserLength: ULONGDomain: *mut USHORTDomainLength: ULONGPassword: *mut USHORTPasswordLength: ULONGFlags: ULONGTrait Implementations
Returns the “default value” for a type. Read more