DestroyThreadpoolEnvironment function (winbase.h)
Deletes the specified callback environment. Call this function when the callback environment is no longer needed for creating new thread pool objects.
Syntax
void DestroyThreadpoolEnvironment(
[in, out] PTP_CALLBACK_ENVIRON pcbe
);
Parameters
[in, out] pcbe
A TP_CALLBACK_ENVIRON structure that defines the callback environment. The InitializeThreadpoolEnvironment function returns this structure.
Return value
None
Remarks
This function is implemented as an inline function.
To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or higher.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | winbase.h (include Windows.h) |
See also
InitializeThreadpoolEnvironment