阅读:1241回复:1
怎么知道自己的NDIS版本,,如何升级??
如题,,本人是个刚开始学习的入门人,,帮帮忙
|
|
沙发#
发布于:2004-08-24 20:18
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. Comments System support for NdisGetVersion is available in Windows XP and later versions. Callers of NdisGetVersion run at IRQL <= DISPATCH_LEVEL. |
|