NdisGetVersion - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

UINT NdisGetVersion();

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisgetversion)

NdisGetVersion function

Description

The NdisGetVersion function returns the version number of NDIS.

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.