CloseThreadpoolWait

Releases the specified wait object.

Syntax

void CloseThreadpoolWait(
         PTP_WAIT pwa
)  

Parameters

pwa
Type: PTP_WAIT 

[in, out] A TP_WAIT structure that defines the wait object. The CreateThreadpoolWait function returns this structure.

Return value

None.

Remarks

The wait object is freed immediately if there are no outstanding callbacks; otherwise, the timer object is freed asynchronously after the outstanding callbacks complete.

If there is a cleanup group associated with the wait 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.

Requirements

Header: Declared in threadpoolapiset.h.

Library: Use kernelx.lib.