windows::Win32::Security::Authorization

Function GetInheritanceSourceA

pub unsafe fn GetInheritanceSourceA<P0>(
    pobjectname: P0,
    objecttype: SE_OBJECT_TYPE,
    securityinfo: OBJECT_SECURITY_INFORMATION,
    container: bool,
    pobjectclassguids: Option<&[*const GUID]>,
    pacl: *const ACL,
    pfnarray: Option<*const FN_OBJECT_MGR_FUNCTS>,
    pgenericmapping: *const GENERIC_MAPPING,
    pinheritarray: *mut INHERITED_FROMA,
) -> WIN32_ERROR
where P0: Param<PCSTR>,