Contents

FindTaskForControllerIdentifier

Find a task for a given Target and Controller Task Identifier

Declaration

SCSIParallelTaskIdentifier FindTaskForControllerIdentifier ( 
 SCSIDeviceIdentifiertheTarget, 
 UInt64theIdentifier );

Parameters

  • theTarget:

    is the Target that the task .

  • theIdentifier:

    is the controller task identifier set using the SCSI Parallel Task's SetControllerTaskIdentifier() method.

Return Value

returns a valid SCSIParallelTaskIdentifier or NULL if none found.

Overview

Allows the controller child class to find an outstanding task for a specified target and controller task identifier

See Also

Miscellaneous