Waits for specified period of time (in milliseconds) while overlapped read/write operation is in progress.
| Visual Basic | Function Wait(time As Long) As Boolean
|
|---|---|
| Visual C++ (MFC) | BOOL Wait(long time);
|
| Visual C++ (#import) | VARIANT_BOOL Wait(LONG time);
|
time
[in] time (in milliseconds) while waiting of overlapped read/write operation.
Returns true if the operation is completed, false otherwise.