windows::Win32::System::RemoteDesktop

Function WTSGetListenerSecurityW

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