susie7777
驱动牛犊
驱动牛犊
  • 注册日期2008-01-08
  • 最后登录2008-01-09
  • 粉丝0
  • 关注0
  • 积分10分
  • 威望2点
  • 贡献值0点
  • 好评度1点
  • 原创分0分
  • 专家分0分
阅读:3477回复:1

请问如何查询自己系统的NDIS版本呢?

楼主#
更多 发布于:2008-01-08 16:36
对于4.0和5.0,6.0之间有何区别呢?可以改变当前系统的NDIS版本么?如何查询自己系统的NDIS版本呢?
多谢了
rangzh
驱动小牛
驱动小牛
  • 注册日期2005-04-24
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分8分
  • 威望150点
  • 贡献值0点
  • 好评度115点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2008-01-13 20:29
NdisGetVersion
NdisGetVersion returns the version number of NDIS.

UINT
  NdisGetVersion(
    VOID
    );


Parameters
None

Return Value
Returns the major and minor numbers for the NDIS version in the high and low halves of the unsigned integer respectively.

Headers
Declared in Ndis.h. Include Ndis.h.

Comments
System support for NdisGetVersion is available in Windows XP and later versions.

Callers of NdisGetVersion must run at IRQL <= DISPATCH_LEVEL.
游客

返回顶部