windows::Win32::Security::Authorization

Function SetNamedSecurityInfoW

pub unsafe fn SetNamedSecurityInfoW<P0>(
    pobjectname: P0,
    objecttype: SE_OBJECT_TYPE,
    securityinfo: OBJECT_SECURITY_INFORMATION,
    psidowner: Option<PSID>,
    psidgroup: Option<PSID>,
    pdacl: Option<*const ACL>,
    psacl: Option<*const ACL>,
) -> WIN32_ERROR
where P0: Param<PCWSTR>,