共用方式為


AtaPortConvertPhysicalAddressToUlong 函式 (irb.h)

AtaPortConvertPhysicalAddressToUlong 例程會截斷 ULONG 類型IDE_PHYSICAL_ADDRESS位址。

附注 ATA 埠驅動程式和 ATA 迷你埠驅動程式模型未來可能會改變或無法使用。 相反地,我們建議使用 Storport 驅動程式Storport miniport 驅動程式模型。
 

語法

ULONG AtaPortConvertPhysicalAddressToUlong(
  [in] IDE_PHYSICAL_ADDRESS Address
);

參數

[in] Address

指定類型IDE_PHYSICAL_ADDRESS的值。

傳回值

AtaPortConvertPhysicalAddressToUlong 會傳回指定IDE_PHYSICAL_ADDRESS值的下階部分。

言論

迷你埠驅動程式不得使用此例程來截斷64位實體位址。

要求

要求 價值
目標平臺 桌面
標頭 irb.h (包括 Ata.h、Irb.h)
連結庫 Ataport.lib;Pciidex.lib

另請參閱

AtaPortConvertUlongToPhysicalAddress