Function WaitForMultipleObjectsEx [src]
Prototype
pub extern "kernel32" fn WaitForMultipleObjectsEx( nCount: DWORD, lpHandle: [*]const HANDLE, bWaitAll: BOOL, dwMilliseconds: DWORD, bAlertable: BOOL, ) callconv(.winapi) DWORD
Parameters
nCount: DWORD
lpHandle: [*]const HANDLE
bWaitAll: BOOL
dwMilliseconds: DWORD
bAlertable: BOOL
Source
pub extern "kernel32" fn WaitForMultipleObjectsEx(
nCount: DWORD,
lpHandle: [*]const HANDLE,
bWaitAll: BOOL,
dwMilliseconds: DWORD,
bAlertable: BOOL,
) callconv(.winapi) DWORD