DOT11_IHV_VERSION_INFO structure (wlanihv.h)
Syntax
typedef struct _DOT11_IHV_VERSION_INFO {
DWORD dwVerMin;
DWORD dwVerMax;
} DOT11_IHV_VERSION_INFO, *PDOT11_IHV_VERSION_INFO;
Members
dwVerMin
The minimum API version supported by the IHV Extensions DLL.
For the Windows Vista operating system, the minimum API version is zero.
dwVerMax
The maximum API version supported by the IHV Extensions DLL.
For the Windows Vista operating system, the maximum API version is zero.
Remarks
Prior to starting the IHV Extensions DLL through a call to the Dot11ExtIhvInitService IHV handler function, the operating system queries the API versions supported by the IHV Extensions DLL through a call to the Dot11ExtIhvGetVersionInfo IHV handler function. The IHV Extensions DLL returns the range of API versions it supports through the pDot11IHVVersionInfo parameter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | wlanihv.h (include Wlanihv.h) |