Platform SDK: TAPI

CMSPCallMultiGraph::UnreqisterWaitEvent

Calls the win32 function UnregisterWait to tell the thread pool to stop waiting on the handle indicated by the wait block at the given index. Releases the refcounts in the wait block and frees the wait block. Removes the wait block from the list of wait blocks.

HRESULT UnreqisterWaitEvent (
  int index
);

Parameters

index
Index on appropriate item in the array of THREADPOOLWAITBLOCK structures.

See Also

CMSPCallMultiGraph