mirror of
https://github.com/reactos/CMake.git
synced 2025-02-08 21:09:48 +00:00
ENH: Added polling feature to documentation of WaitForData.
This commit is contained in:
parent
5df6d35dc6
commit
7aa0492422
@ -267,7 +267,9 @@ kwsysEXPORT void kwsysProcess_Disown(kwsysProcess* cp);
|
||||
* return after reading data, the time elapsed is subtracted
|
||||
* from the timeout value. If this timeout expires, the
|
||||
* value is set to 0. A NULL pointer passed for this argument
|
||||
* indicates no timeout for the call.
|
||||
* indicates no timeout for the call. A negative or zero
|
||||
* value passed for this argument may be used for polling
|
||||
* and will always return immediately.
|
||||
*
|
||||
* Return value will be one of:
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user