Undocumented functions of NTDLL

2OO1, 17 January


NtWaitForMultipleObjects
NtWaitForMultipleObjects

NTSYSAPI 
NTSTATUS
NTAPI

NtWaitForMultipleObjects(
IN ULONG ObjectCount, IN PHANDLE ObjectsArray, IN OBJECT_WAIT_TYPE WaitType, IN BOOLEAN Alertable, IN PLARGE_INTEGER TimeOut OPTIONAL );





NtWaitForMultipleObjects is used typically to response for notyfications. For synchronization purposes you should use NtWaitForSingleObject.


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtSignalAndWaitForSingleObject
NtWaitForSingleObject
OBJECT_WAIT_TYPE