NdisGetVersion 函数 (ndis.h)
NdisGetVersion 函数返回 NDIS 的版本号。
语法
UINT NdisGetVersion();
返回值
返回 NDIS 版本在无符号整数的高半和低半中的主要和次要数字。
言论
Windows XP 及更高版本中提供了对 NdisGetVersion 的系统支持。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows Vista 中支持 NDIS 6.0 和 NDIS 5.1 驱动程序(请参阅 NdisGetVersion (NDIS 5.1) 。 Windows XP 中支持 NDIS 5.1 驱动程序(请参阅 NdisGetVersion (NDIS 5.1)。 |
目标平台 | 普遍 |
标头 | ndis.h (包括 Ndis.h) |
库 | Ndis.lib |
IRQL | <= DISPATCH_LEVEL |
DDI 符合性规则 | Irql_Miscellaneous_Function(ndis) |