Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels a deadline that was previously set with RtwqSetDeadline.
Syntax
HRESULT RtwqCancelDeadline(
[in] HANDLE pRequest
);
Parameters
[in] pRequest
Receives a handle to the request that can be used to cancel the request by calling RtwqCancelDeadline.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rtworkq.h |
| Library | RTWorkQ.lib |