Function windows::Win32::System::RemoteDesktop::WTSQueryListenerConfigW
pub unsafe fn WTSQueryListenerConfigW<P0, P1>(
hserver: P0,
preserved: *const c_void,
reserved: u32,
plistenername: P1,
pbuffer: *mut WTSLISTENERCONFIGW,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,