StorPortConvertUlongToPhysicalAddress 函数 (storport.h)

StorPortConvertUlongToPhysicalAddress 例程将未签名的长地址转换为物理地址。

语法

STORPORT_API STOR_PHYSICAL_ADDRESS StorPortConvertUlongToPhysicalAddress(
  [in] ULONG_PTR UlongAddress
);

参数

[in] UlongAddress

包含要转换的地址。

返回值

StorPortConvertUlongToPhysicalAddress 例程返回与调用方传入的未签名长地址对应的物理地址。

注解

StorPortConvertUlongToPhysicalAddress 使用 STOR_PHYSICAL_ADDRESS 来表示物理地址。

typedef PHYSICAL_ADDRESS STOR_PHYSICAL_ADDRESS, *PSTOR_PHYSICAL_ADDRESS;

STOR_PHYSICAL_ADDRESS类型是与操作系统无关的数据类型,Storport 微型端口驱动程序使用它来表示物理地址或相对于总线的地址。

StorPortConvertPhysicalAddressToULong64 宏将物理地址转换为ULONG64值。

ULONG64 StorPortConvertPhysicalAddressToULong64(
  [in] STOR_PHYSICAL_ADDRESS Address
);

术语 说明
地址 [in] STOR_PHYSICAL_ADDRESS

指定类型为 STOR_PHYSICAL_ADDRESS 的地址值。

返回值 ULONG64

StorPortConvertPhysicalAddressToULong64 返回从传递给它的物理地址派生的ULONG64值。

 

StorPortConvertPhysicalAddressToULong64 使用 STOR_PHYSICAL_ADDRESS 来表示物理地址。

要求

要求
目标平台 通用
标头 storport.h (包括 Storport.h)
Library Storport.lib