DOT11_IHV_VERSION_INFO (Compact 2013)
3/26/2014
This structure defines the versions of the IHV Extensibility functions that are supported by the IHV Extensions DLL.
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
- dwVerMax
The maximum API version supported by the IHV Extensions DLL
Remarks
Before it starts 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
Header |
wlanihv.h |
See Also
Reference
Native 802.11 Data Types
Dot11ExtIhvGetVersionInfo
Dot11ExtIhvInitService
Native 802.11 IHV Handler Functions
Native 802.11 Wireless LAN Reference