Contents

CreateTargetForID(SCSIDeviceIdentifier)

Method to perform device creation.

Declaration

bool CreateTargetForID (
 SCSIDeviceIdentifiertargetID );

Parameters

  • targetID:

    SCSIDeviceIdentifier of desired targetID.

Return Value

returns true if successful.

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 creation and cannot be overridden.

See Also

Miscellaneous