IWorkerThreadClient Interface

IWorkerThreadClient is the interface implemented by clients of the CWorkerThread class.

__interface IWorkerThreadClient

Remarks

Implement this interface when you have code that needs to execute on a worker thread in response to a handle becoming signaled.

Requirements

Header: atlutil.h

See Also

Reference

CWorkerThread Class

Other Resources

IWorkerThreadClient Members

ATL Classes