ScsiPortConvertUlongToPhysicalAddress function (srb.h)

The ScsiPortConvertUlongToPhysicalAddress routine extends a given ULONG address into a value of type SCSI_PHYSICAL_ADDRESS.

Note  The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
 

Syntax

SCSIPORT_API SCSI_PHYSICAL_ADDRESS ScsiPortConvertUlongToPhysicalAddress(
  [in] ULONG_PTR UlongAddress
);

Parameters

[in] UlongAddress

Specifies a value of type ULONG.

Return value

ScsiPortConvertUlongToPhysicalAddress returns the converted SCSI_PHYSICAL_ADDRESS.

Requirements

Requirement Value
Target Platform Desktop
Header srb.h (include Miniport.h, Scsi.h)
Library Scsiport.lib

See also

ACCESS_RANGE

ScsiPortGetDeviceBase

ScsiPortGetVirtualAddress