RtwqShutdown function (rtworkq.h)
Shuts down the platform. Call this function once for every call to RtwqStartup. Do not call this function from work queue threads.
Syntax
HRESULT RtwqShutdown();
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
In general, apps should not have pending work after they call this function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Target Platform | Windows |
Header | rtworkq.h |
Library | Rtworkq.lib |
DLL | RTWorkQ.dll |