windows::Win32::System::RemoteDesktop

Function WTSSetListenerSecurityA

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