Set the time remaining for an operation.
- Parameters
-
op | The operation to set the time remaining in. Must not be NULL. |
delay | The remaining time, in 0.1s (100ms) ticks. |
- Note
- This will not automatically retry the operation. The retry must be set manually, and the operation sent again by the application. See DOSOperation_IncrementRetryCounter.