RtwqCancelDeadline function (rtworkq.h)

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

See also

RtwqSetDeadline