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: DWORDlpHandle: [*]const HANDLEbWaitAll: BOOLdwMilliseconds: DWORDbAlertable: BOOL

Source

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