// wlanihv.h
typedef struct _DOT11EXT_IHV_DISCOVERY_PROFILE_LIST {
DWORD dwCount;
PDOT11EXT_IHV_DISCOVERY_PROFILE pIhvDiscoveryProfiles;
} DOT11EXT_IHV_DISCOVERY_PROFILE_LIST, *PDOT11EXT_IHV_DISCOVERY_PROFILE_LIST;
View the official Windows Driver Kit DDI referenceNo description available.
Important The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
The DOT11EXT_IHV_DISCOVERY_PROFILE_LIST structure specifies a list of IHV discovery profiles.
dwCountThe number of DOT11EXT_IHV_DISCOVERY_PROFILE IHV discovery profiles.
pIhvDiscoveryProfilesA pointer to an array of DOT11EXT_IHV_DISCOVERY_PROFILE IHV discovery profiles.
typedef struct _DOT11EXT_IHV_DISCOVERY_PROFILE_LIST {
DWORD dwCount;
PDOT11EXT_IHV_DISCOVERY_PROFILE pIhvDiscoveryProfiles;
} DOT11EXT_IHV_DISCOVERY_PROFILE_LIST, *PDOT11EXT_IHV_DISCOVERY_PROFILE_LIST;
DOT11EXT_IHV_DISCOVERY_PROFILE