AtaPortConvertUlongToPhysicalAddress function (irb.h)
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.
Syntax
IDE_PHYSICAL_ADDRESS AtaPortConvertUlongToPhysicalAddress(
[in] ULONG_PTR UlongAddress
);
Parameters
[in] UlongAddress
Specifies a value of type ULONG.
Return value
AtaPortConvertUlongToPhysicalAddress returns the converted IDE_PHYSICAL_ADDRESS value.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | irb.h (include Ata.h, Irb.h) |
Library | Ataport.lib; Pciidex.lib |