Waits for the termination of a previous asynchronous call to ReadRtFile or WriteRtFile.
BOOLEAN WaitForRtIo( LPASYNCIO lpAsync, DWORD dwMilliseconds, LPDWORD lpdwBytesTransferred);
lpAsync
dwMilliseconds
lpdwBytesTransferred
Waits for the completion of an asynchronous operation. If the operation ultimately fails, or the call times out, no value will be written to lpdwBytesTransferred
and the last error value will be set to the failure status.
TRUE on success. FALSE on failure. Possible failures include the following (returned from GetLastRtError()):
Status value | Meaning |
---|---|
E_TIME | The operation timed out. |
E_EXIST | The handle provided is not a valid handle |
E_TYPE | The handle provided is not a handle for a file |
E_BAD_BUF | The address of the ASYNCIO structure is invalid or not writable |
E_NOT_CONFIGURED | Call is not supported in INtime Distributed RTOS. |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |