<div class="content" name="CLUS_SCSI_ADDRESS" uuid="4e71f14a-8b2e-49ff-8c2b-dd94720a3384"><p>The <b>CLUS_SCSI_ADDRESS</b> data structure is the format in
which a property value of syntax CLUSPROP_SYNTAX_SCSI_ADDRESS, as specified in <span><a href="7ea3a0e0-d3b9-43e8-85d8-263fff3499da" data-linktype="relative-path">2.2.2.3</a></span>,
is written as a property value, as specified in section <span><a href="de73d6f9-bfdf-47ef-b008-b2da17c1a073" data-linktype="relative-path">2.2.3.10.1</a></span>.</p><p><b>CLUS_SCSI_ADDRESS</b> is a custom-marshaled data
structure that has fields as follows.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="8">PortNumber</td>
  <td colspan="8">PathId</td>
  <td colspan="8">TargetID</td>
  <td colspan="8">LUN</td>
 </tr>
</tbody></table><p><b>PortNumber (1 byte): </b>An unsigned 8-bit integer.
Specifies the SCSI port number of the disk.</p><p><b>PathId (1 byte): </b>An unsigned 8-bit integer.
Indicates the bus number if the SCSI adapter that is identified by PortNumber
is connected to multiple SCSI buses. This field is an index that MUST start at
0 and that is local to the SCSI adapter. For adapters that are connected to
only one bus, this field MUST be 0.</p><p><b>TargetID (1 byte): </b>An unsigned 8-bit integer.
Identifies the SCSI target of the disk.</p><p><b>LUN (1 byte): </b>An unsigned 8-bit integer.
Specifies the SCSI logical unit number (LUN) of the disk.</p></div>