NdisGetVersion (NDIS 5.1) function

Note   NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.

NdisGetVersion returns the version number of NDIS.

Syntax

UINT NdisGetVersion(void);

Parameters

This function has no parameters.

Return value

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

Remarks

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

Requirements

Target platform

Universal

Version

See NdisGetVersion.

Header

Ndis.h (include Ndis.h)

Library

Ndis.lib

IRQL

<= DISPATCH_LEVEL

 

 

Send comments about this topic to Microsoft