// wificx.h
UINT16 WifiRequestGetMessageId(
WIFIREQUEST Request
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiRequestGetMessageId function returns the ID of a WiFiCx command message.
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.
Handling WiFiCx command messages