Releases the specified work object.
void CloseThreadpoolWork(
PTP_WORK pwk
)
pwk
Type: PTP_WORKÂ
[in, out] A TP_WORK structure that defines the work object. The CreateThreadpoolWork function returns this structure.
The work object is freed immediately if there are no outstanding callbacks; otherwise, the work object is freed asynchronously after the outstanding callbacks complete.
If there is a cleanup group associated with the work object, it is not necessary to call this function; calling the CloseThreadpoolCleanupGroupMembers function releases the work, wait, and timer objects associated with the cleanup group.
Header: Declared in threadpoolapiset.h.
Library: Use kernelx.lib.