windows::Win32::System::RemoteDesktop

Function WTSSetListenerSecurityW

pub unsafe fn WTSSetListenerSecurityW<P3>(
    hserver: Option<HANDLE>,
    preserved: *const c_void,
    reserved: u32,
    plistenername: P3,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
) -> Result<()>
where P3: Param<PCWSTR>,