AtaPortConvertUlongToPhysicalAddress - NtDoc

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

IDE_PHYSICAL_ADDRESS AtaPortConvertUlongToPhysicalAddress(
  [in] ULONG_PTR UlongAddress
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-irb-ataportconvertulongtophysicaladdress)

AtaPortConvertUlongToPhysicalAddress function

Description

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.

Parameters

UlongAddress [in]

Specifies a value of type ULONG.

Return value

AtaPortConvertUlongToPhysicalAddress returns the converted IDE_PHYSICAL_ADDRESS value.

See also

AtaPortConvertPhysicalAddressToUlong