Function windows::Win32::System::RemoteDesktop::WTSQueryUserConfigA
pub unsafe fn WTSQueryUserConfigA<P0, P1>(
pservername: P0,
pusername: P1,
wtsconfigclass: WTS_CONFIG_CLASS,
ppbuffer: *mut PSTR,
pbytesreturned: *mut u32,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,