NdisGetPhysicalAddressLow 宏 (ndis.h)
NdisGetPhysicalAddressLow 返回给定物理地址的低序部分。
语法
void NdisGetPhysicalAddressLow(
[in] _PhysicalAddress
);
参数
[in] _PhysicalAddress
指定依赖于 OS 的大小的物理地址。
返回值
没有
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows Vista 中支持 NDIS 6.0 和 NDIS 5.1 驱动程序(请参阅 NdisGetPhysicalAddressLow (NDIS 5.1)。 支持 NDIS 5.1 驱动程序(请参阅 Windows XP 中的 NdisGetPhysicalAddressLow (NDIS 5.1) 。 |
目标平台 | 普遍 |
标头 | ndis.h (包括 Ndis.h) |
IRQL | 任何级别 |