Contents

DestroyTargetForID

Method to perform device destruction.

Declaration

void DestroyTargetForID (
 SCSIDeviceIdentifiertargetID );

Parameters

  • targetID:

    SCSIDeviceIdentifier of desired targetID.

Overview

For HBA child classes that report true to the DoesHBAPerformDeviceManagement() method, the child class will be responsible for all device management by using these methods; otherwise, the superclass will be responsible for all device management. This method must be used to perform SCSI Parallel Device destruction and cannot be overridden.

See Also

Miscellaneous