windows::Win32::System::RemoteDesktop

Function WTSQueryListenerConfigW

pub unsafe fn WTSQueryListenerConfigW<P3>(
    hserver: Option<HANDLE>,
    preserved: *const c_void,
    reserved: u32,
    plistenername: P3,
    pbuffer: *mut WTSLISTENERCONFIGW,
) -> Result<()>
where P3: Param<PCWSTR>,