CThreadPool::GetQueueHandle

Call this method to get the handle of the IO completion port used to queue work items.

HANDLE GetQueueHandle( ) throw( );

Return Value

Returns the queue handle or NULL if the thread pool has not been initialized.

Requirements

Header: atlutil.h

See Also

Reference

CThreadPool Class