Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ScsiPortConvertPhysicalAddressToUlong routine truncates a SCSI_PHYSICAL_ADDRESS to a ULONG.
Syntax
SCSIPORT_API ULONG ScsiPortConvertPhysicalAddressToUlong(
[in] SCSI_PHYSICAL_ADDRESS Address
);
Parameters
[in] Address
Specifies a value of type SCSI_PHYSICAL_ADDRESS.
Return value
ScsiPortConvertPhysicalAddressToUlong returns the low-order part of the given SCSI_PHYSICAL_ADDRESS value. A miniport driver cannot call this routine to truncate a 64-bit physical address. Such addresses should be used as quadword values, which contain all 64 bits.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | srb.h (include Miniport.h, Scsi.h) |
| Library | Scsiport.lib |