WifiRequestGetMessageId function (wificx.h)
The WifiRequestGetMessageId function returns the ID of a WiFiCx command message.
UINT16 WifiRequestGetMessageId(
WIFIREQUEST Request
);
Request
[In] A handle to the framework object which represents a command message from the WiFiCx framework.
Returns the message ID of the command.
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.
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | <= DISPATCH_LEVEL |