Modify ↓
Opened 9 years ago
Closed 9 years ago
#3075 closed Feature Request (Fixed)
_WinAPI_WaitForSingleObject - TimeOut parameters description
Reported by: | mLipok | Owned by: | Jpm |
---|---|---|---|
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 Changed 9 years ago by Jpm
- Milestone set to 3.3.15.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [11413] in version: 3.3.15.0