Modify

#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 J-Paul Mesnage, on Jul 14, 2015 at 2:35:23 PM

Milestone: 3.3.15.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [11413] in version: 3.3.15.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.