// irb.h
IDE_PHYSICAL_ADDRESS AtaPortConvertUlongToPhysicalAddress(
[in] ULONG_PTR UlongAddress
);
View the official Windows Driver Kit DDI referenceNo description available.
The AtaPortConvertUlongToPhysicalAddress routine converts a given ULONG address into a value of type IDE_PHYSICAL_ADDRESS.
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.
UlongAddress [in]Specifies a value of type ULONG.
AtaPortConvertUlongToPhysicalAddress returns the converted IDE_PHYSICAL_ADDRESS value.
AtaPortConvertPhysicalAddressToUlong