Function kernel32::WaitForMultipleObjectsEx
[−]
[src]
pub unsafe extern "system" fn WaitForMultipleObjectsEx(
nCount: DWORD,
lpHandles: *const HANDLE,
bWaitAll: BOOL,
dwMilliseconds: DWORD,
bAlertable: BOOL
) -> DWORD