Contents

ParallelTaskCompletion

Indicates to the system that the extension has completed an asynchronous request.

Declaration

virtual void ParallelTaskCompletion(OSAction *action, SCSIUserParallelResponse response);

Parameters

  • action:

    A pointer to the Osaction object of the asynchronous request that the system specifies in a Userprocessparalleltask.

  • response:

    The result of the asychronous request.

Discussion

Your driver extension class invokes this method to complete an asynchronous request.

See Also

Managing Tasks