ScsiPortConvertUlongToPhysicalAddress - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// srb.h

SCSIPORT_API SCSI_PHYSICAL_ADDRESS ScsiPortConvertUlongToPhysicalAddress(
  [in] ULONG_PTR UlongAddress
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-srb-scsiportconvertulongtophysicaladdress)

ScsiPortConvertUlongToPhysicalAddress function

Description

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.

Parameters

UlongAddress [in]

Specifies a value of type ULONG.

Return value

ScsiPortConvertUlongToPhysicalAddress returns the converted SCSI_PHYSICAL_ADDRESS.

See also

ACCESS_RANGE

ScsiPortGetDeviceBase

ScsiPortGetVirtualAddress