StorPortConvertPhysicalAddressToULong64 macro

The StorPortConvertPhysicalAddressToULong64 routine converts a physical address to a ULONG64 value.

Syntax

ULONG64 StorPortConvertPhysicalAddressToULong64(
  [in] STOR_PHYSICAL_ADDRESS Address
);

Parameters

  • Address [in]
    Specifies an address value of type STOR_PHYSICAL_ADDRESS.

Return value

StorPortConvertPhysicalAddressToULong64 returns a ULONG64 value derived from the physical address that was passed to it.

Remarks

All addresses in Storport are expressed as 64-bit values.

Requirements

Target platform

Universal

Header

Storport.h (include Storport.h)

See also

ScsiPortConvertPhysicalAddressToUlong

 

 

Send comments about this topic to Microsoft