// irb.h
ULONG AtaPortConvertPhysicalAddressToUlong(
[in] IDE_PHYSICAL_ADDRESS Address
);
View the official Windows Driver Kit DDI referenceNo description available.
The AtaPortConvertPhysicalAddressToUlong routine truncates an address of type IDE_PHYSICAL_ADDRESS to a ULONG.
Note The ATA port driver and ATA miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
Address [in]Specifies a value of type IDE_PHYSICAL_ADDRESS.
AtaPortConvertPhysicalAddressToUlong returns the lower order part of the given IDE_PHYSICAL_ADDRESS value.
A miniport driver must not use this routine to truncate a 64-bit physical address.
AtaPortConvertUlongToPhysicalAddress