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