WaitForMultipleObjects
[DllImport("coredll.dll", SetLastError = true)]
public static extern uint WaitForMultipleObjects(
uint nCount,
IntPtr[] lpHandles,
int fWaitAll,
uint dwMilliseconds
);
Microsoft documentation: Link
Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern uint WaitForMultipleObjects(
uint nCount,
IntPtr[] lpHandles,
int fWaitAll,
uint dwMilliseconds
);
Microsoft documentation: Link
Last updated