DOT11EXT_IHV_UI_REQUEST structure (wlanihv.h)
Syntax
typedef struct _DOT11EXT_IHV_UI_REQUEST {
DWORD dwSessionId;
GUID guidUIRequest;
CLSID UIPageClsid;
DWORD dwByteCount;
BYTE *pvUIRequest;
} DOT11EXT_IHV_UI_REQUEST, *PDOT11EXT_IHV_UI_REQUEST;
Members
dwSessionId
The session identifier (ID) of the current user.
guidUIRequest
A globally unique ID (GUID) which identifies the UI request.
UIPageClsid
The IWizardExtension COM class ID (CLSID) of the target UI page that will handle this request. For more information about the IWizardExtension COM interface, see IWizardExtension COM Interface.
dwByteCount
The length, in bytes, within the buffer referenced through the pvUIRequest member.
pvUIRequest
A pointer to a buffer that contains the request data in a format defined by the independent hardware vendor (IHV).
Remarks
The IHV Extensions DLL can issue requests to the IHV UI extensions DLL to interact with the user for input to network UI extensions defined by the IHV. The IHV Extensions DLL initiates these requests through calls to the Dot11ExtSendUIRequest or Dot11ExtIhvQueryUIRequest functions.
For each UI request, the DLL must format a DOT11EXT_IHV_UI_REQUEST structure to define the request, and must set the guidUIRequest member of this structure to a GUID value that uniquely identifies the UI request.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | wlanihv.h (include Wlanihv.h) |