windows::Win32::Security

Function SetFileSecurityW

pub unsafe fn SetFileSecurityW<P0>(
    lpfilename: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
) -> BOOL
where P0: Param<PCWSTR>,