Skip to main content

COAUTHIDENTITY

Type Alias COAUTHIDENTITY 

Source
pub type COAUTHIDENTITY = _COAUTHIDENTITY;

Aliased Type§

#[repr(C)]
pub struct COAUTHIDENTITY { pub User: *mut u16, pub UserLength: u64, pub Domain: *mut u16, pub DomainLength: u64, pub Password: *mut u16, pub PasswordLength: u64, pub Flags: u64, }

Fields§

§User: *mut u16§UserLength: u64§Domain: *mut u16§DomainLength: u64§Password: *mut u16§PasswordLength: u64§Flags: u64