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: DWORDdwAuthzSvc: DWORDpAuthInfo: *mut c_voidTrait Implementations
Returns the “default value” for a type. Read more