Subscriber portal
Called to initialize the worker object before any requests are passed to Execute.
BOOL Initialize(void* pvParam) throw();
pvParam A custom parameter understood by the worker class. Also passed to Terminate and Execute.
pvParam
Return TRUE on success, FALSE on failure.
Header: atlutil.h
Worker Archetype