Function windows::Win32::System::RemoteDesktop::WTSEnumerateSessionsA
pub unsafe fn WTSEnumerateSessionsA<P0>(
hserver: P0,
reserved: u32,
version: u32,
ppsessioninfo: *mut *mut WTS_SESSION_INFOA,
pcount: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,