Contents

GetLogicalUnitBytes

Accessor method to retrieve the logical unit bytes associated with the specified request.

Declaration

void GetLogicalUnitBytes (
 SCSITaskIdentifierrequest,
 SCSILogicalUnitBytes *lunBytes );

Parameters

  • request:

    A valid SCSITaskIdentifier.

  • lunBytes:

    A pointer to SCSILogicalUnitBytes to be filled in by this method.

Overview

Accessor method to retrieve the logical unit bytes associated with the specified request.

See Also

Miscellaneous