Share via


WorkerArchetype::RequestType

A typedef for the type of work item that can be processed by the worker class.

typedef MyRequestType RequestType;

Remarks

This type must be used as the first parameter of Execute and must be capable of being cast to and from a ULONG_PTR.

Requirements

Header: atlutil.h

See Also

Reference

Worker Archetype