pub type COAUTHIDENTITY = _COAUTHIDENTITY;
Aliased Type§
struct COAUTHIDENTITY {
pub User: *mut u16,
pub UserLength: u32,
pub Domain: *mut u16,
pub DomainLength: u32,
pub Password: *mut u16,
pub PasswordLength: u32,
pub Flags: u32,
}
Fields§
§User: *mut u16
§UserLength: u32
§Domain: *mut u16
§DomainLength: u32
§Password: *mut u16
§PasswordLength: u32
§Flags: u32