Function windows::Win32::System::RemoteDesktop::WTSWaitSystemEvent
pub unsafe fn WTSWaitSystemEvent<P0>(
hserver: P0,
eventmask: u32,
peventflags: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,