windows::Win32::Security::Authorization

Function TreeResetNamedSecurityInfoW

pub unsafe fn TreeResetNamedSecurityInfoW<P0>(
    pobjectname: P0,
    objecttype: SE_OBJECT_TYPE,
    securityinfo: OBJECT_SECURITY_INFORMATION,
    powner: Option<PSID>,
    pgroup: Option<PSID>,
    pdacl: Option<*const ACL>,
    psacl: Option<*const ACL>,
    keepexplicit: bool,
    fnprogress: FN_PROGRESS,
    progressinvokesetting: PROG_INVOKE_SETTING,
    args: Option<*const c_void>,
) -> WIN32_ERROR
where P0: Param<PCWSTR>,