﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3075	_WinAPI_WaitForSingleObject - TimeOut parameters description	mLipok	Jpm	"in _WinAPI_WaitForSingleObject there is such a description:


{{{
The time-out interval, in milliseconds. The function returns if the interval elapses, even if the conditions specified by the fWaitAll parameter are not met. If 0, the function tests the states of the specified objects and returns immediately. If -1, the function's time-out interval never elapses.
}}}

But there is no fWaitAll parameter.

I think this is just a copy from:
_WinAPI_WaitForMultipleObjects

Please consider improving this part of the documentation.
"	Feature Request	closed	3.3.15.0	Documentation		None	Fixed		
