Expand Minimize
This topic has not yet been rated - Rate this topic

ScsiPortConvertPhysicalAddressToUlong routine

The ScsiPortConvertPhysicalAddressToUlong routine truncates a SCSI_PHYSICAL_ADDRESS to a ULONG.

Syntax


ULONG ScsiPortConvertPhysicalAddressToUlong(
  _In_  SCSI_PHYSICAL_ADDRESS Address
);

Parameters

Address [in]

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

Header

Srb.h (include Miniport.h or Scsi.h)

Library

Scsiport.lib

See also

ACCESS_RANGE
ScsiPortGetDeviceBase
ScsiPortGetPhysicalAddress

 

 

Send comments about this topic to Microsoft

Build date: 5/17/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.