Function windows::Win32::System::RemoteDesktop::WTSVirtualChannelRead
pub unsafe fn WTSVirtualChannelRead<P0>(
hchannelhandle: P0,
timeout: u32,
buffer: &mut [u8],
pbytesread: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,