WifiExtensionGetExemptionAction - NtDoc

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

EXTERN_C_START NET_PACKET_WIFI_EXEMPTION_ACTION * WifiExtensionGetExemptionAction(
  NET_EXTENSION const *Extension,
  UINT32              Index
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-exemptionaction-wifiextensiongetexemptionaction)

Description

The WifiExtensionGetExemptionAction function retrieves the exemption action information for a packet.

Parameters

Extension

A pointer to a NET_EXTENSION structure that describes the exemption action information for this packet queue.

Index

The index in the packet ring for the target NET_PACKET.

Return value

Returns a pointer to a NET_PACKET_WIFI_EXEMPTION_ACTION structure that holds the exemption action information for this packet.

Remarks

This function is a wrapper function around NetExtensionGetData.

See also

NET_PACKET_WIFI_EXEMPTION_ACTION

NetExtensionGetData