Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Implementation of WorkerArchetype::Execute.
void Execute(
Worker::RequestType request,
void* pvWorkerParam,
OVERLAPPED* pOverlapped
);
Remarks
This method creates an instance of the Worker class on the stack and calls Initialize on that object. If the initialization is successful, this method also calls Execute and Terminate on the same object.
Requirements
Header: atlutil.h