Struct winapi::um::objidlbase::SOLE_AUTHENTICATION_INFO [−][src]
#[repr(C)]pub struct SOLE_AUTHENTICATION_INFO {
pub dwAuthnSvc: DWORD,
pub dwAuthzSvc: DWORD,
pub pAuthInfo: *mut c_void,
}
Fields
dwAuthnSvc: DWORD
dwAuthzSvc: DWORD
pAuthInfo: *mut c_void
Trait Implementations
Returns the “default value” for a type. Read more