NdisSetPhysicalAddressHigh 宏 (ndis.h)

NdisSetPhysicalAddressHigh 将给定物理地址的高阶部分设置为给定值。

语法

void NdisSetPhysicalAddressHigh(
  [in]  _PhysicalAddress,
  [in]  _Value
);

参数

[in] _PhysicalAddress

指定依赖于 OS 的大小的物理地址。

[in] _Value

指定要写入地址的高序部分的值。

返回值

要求

要求
最低受支持的客户端 支持 NDIS 6.0 和 NDIS 5.1 驱动程序 (请参阅 Windows Vista 中的 NdisSetPhysicalAddressHigh (NDIS 5.1) ) 。 支持 NDIS 5.1 驱动程序 (请参阅 Windows XP 中的 NdisSetPhysicalAddressHigh (NDIS 5.1) ) 。
目标平台 通用
标头 ndis.h (包括 Ndis.h)
IRQL 任何级别

另请参阅

NDIS_PHYSICAL_ADDRESS

NdisGetPhysicalAddressHigh

NdisSetPhysicalAddressLow