NDK_VERSION structure (ndkinfo.h)
The NDK_VERSION structure specifies major and minor versions in the NDK interface.
typedef struct {
USHORT Major;
USHORT Minor;
} NDK_VERSION;
Major
The NDK major version number.
Minor
The NDK minor version number.
This structure is used to specify NDK version numbers in several NDK structures and functions.
To specify version 1.1 (for Windows Server 2012), set both the Major and Minor members to 1.
To specify version 1.2 (for Windows Server 2012 R2), set the Major member to 1 and the Minor member to 2.
Requirement | Value |
---|---|
Minimum supported client | None supported,Supported in NDIS 6.30 and later. |
Minimum supported server | Windows Server 2012 |
Header | ndkinfo.h |
NDIS_OPEN_NDK_ADAPTER_PARAMETERS