Contents

AbortSCSICommand

Pure virtual method subclasses must implement so that SCSITasks may be aborted.

Declaration

virtual SCSIServiceResponse AbortSCSICommand (
 SCSITaskIdentifierrequest ) = 0;

Parameters

  • request:

    A valid SCSITaskIdentifier representing the command to be aborted.

Return Value

A valid SCSIServiceResponse.

Overview

Provides the capability for a caller to request that a particular SCSITask be aborted.

See Also

Miscellaneous