WifiRequestGetMessageId - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wificx.h

UINT16 WifiRequestGetMessageId(
  WIFIREQUEST Request
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifirequestgetmessageid)

Description

The WifiRequestGetMessageId function returns the ID of a WiFiCx command message.

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.

See also

EvtWifiDeviceSendCommand

Handling WiFiCx command messages