Contents

HandleAbortTask

HandleAbortTask instructs the Protocol Services driver to abort the task.

Declaration

virtual SCSIServiceResponse HandleAbortTask ( 
 UInt8theLogicalUnit, 
 SCSITaggedTaskIdentifiertheTag );

Parameters

  • theLogicalUnit:

    A valid logical unit number.

  • theTag:

    The tag of the command to abort.

Return Value

A valid SCSIServiceResponse.

Overview

HandleAbortTask instructs the Protocol Services driver to abort the task.

See Also

Miscellaneous