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