WifiRequestGetMessageId function (wificx.h)
The WifiRequestGetMessageId function returns the ID of a WiFiCx command message.
Syntax
UINT16 WifiRequestGetMessageId(
WIFIREQUEST Request
);
Parameters
Request
[In] A handle to the framework object which represents a command message from the WiFiCx framework.
Return value
Returns the message ID of the command.
Remarks
WiFiCx drivers typically call WifiRequestGetMessageId in their EvtWifiDeviceSendCommand callback function to get the ID of the command message sent by the WiFiCx framework.
For more information, see Handling WiFiCx command messages.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | <= DISPATCH_LEVEL |