Searched refs:HandleBuffer (Results 1 – 1 of 1) sorted by relevance
177 PHANDLE HandleBuffer; in WaitForMultipleObjectsEx() local197 HandleBuffer = RtlAllocateHeap(RtlGetProcessHeap(), in WaitForMultipleObjectsEx()200 if (!HandleBuffer) in WaitForMultipleObjectsEx()211 HandleBuffer = Handle; in WaitForMultipleObjectsEx()219 HandleBuffer[i] = TranslateStdHandle(HandleBuffer[i]); in WaitForMultipleObjectsEx()222 if ((IsConsoleHandle(HandleBuffer[i])) && in WaitForMultipleObjectsEx()223 (VerifyConsoleIoHandle(HandleBuffer[i]))) in WaitForMultipleObjectsEx()226 HandleBuffer[i] = GetConsoleInputWaitHandle(); in WaitForMultipleObjectsEx()238 HandleBuffer, in WaitForMultipleObjectsEx()251 if (HandleBuffer != Handle) in WaitForMultipleObjectsEx()[all …]