// ndis.h
UINT NdisGetVersion();
View the official Windows Driver Kit DDI reference
No description available.
The NdisGetVersion function returns the version number of NDIS.
Returns the major and minor numbers for the NDIS version in the high and low halves of the unsigned integer respectively.
System support for NdisGetVersion is available in Windows XP and later versions.