AtaPortConvertPhysicalAddressToUlong 函数 (irb.h)

AtaPortConvertPhysicalAddressToUlong 例程截断 ULONG IDE_PHYSICAL_ADDRESS 类型的地址。

注意 ATA 端口驱动程序和 ATA 微型端口驱动程序模型将来可能会更改或不可用。 建议改用 Storport 驱动程序Storport 微型端口 驱动程序模型。
 

语法

ULONG AtaPortConvertPhysicalAddressToUlong(
  [in] IDE_PHYSICAL_ADDRESS Address
);

参数

[in] Address

指定类型为 IDE_PHYSICAL_ADDRESS 的值。

返回值

AtaPortConvertPhysicalAddressToUlong 返回给定IDE_PHYSICAL_ADDRESS值的低序部分。

注解

微型端口驱动程序不得使用此例程截断 64 位物理地址。

要求

要求
目标平台 桌面
标头 irb.h (包括 Ata.h、Irb.h)
Library Ataport.lib;Pciidex.lib

另请参阅

AtaPortConvertUlongToPhysicalAddress