Modify ↓
Opened 11 years ago
Closed 11 years ago
#3075 closed Feature Request (Fixed)
_WinAPI_WaitForSingleObject - TimeOut parameters description
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.0 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
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.
Attachments (0)
Change History (1)
comment:1 by , 11 years ago
| Milestone: | → 3.3.15.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [11413] in version: 3.3.15.0