AtaPortConvertUlongToPhysicalAddress 函数 (irb.h)
AtaPortConvertUlongToPhysicalAddress 例程将给定的 ULONG 地址转换为IDE_PHYSICAL_ADDRESS类型的值。
注意 ATA 端口驱动程序和 ATA 微型端口驱动程序模型将来可能会更改或不可用。 相反,我们建议使用 Storport 驱动程序 和 Storport 微型端口 驱动程序模型。
语法
IDE_PHYSICAL_ADDRESS AtaPortConvertUlongToPhysicalAddress(
[in] ULONG_PTR UlongAddress
);
参数
[in] UlongAddress
指定 ULONG 类型的值。
返回值
AtaPortConvertUlongToPhysicalAddress 返回转换后的IDE_PHYSICAL_ADDRESS值。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | irb.h (包括 Ata.h、Irb.h) |
Library | Ataport.lib;Pciidex.lib |