NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT - NtDoc

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

void NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT(
  [_Out_] NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-net_adapter_wake_packet_filter_capabilities_init)

NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT function

Description

The NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT function initializes a NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES structure.

Parameters

Capabilities [_Out_]

A pointer to a client driver-allocated NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES* structure.

Remarks

This function zeroes out the memory for the NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES structure, then sets the Size member. After calling this function to initialize the NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES structure, set the remaining members of the structure according to your hardware's capabilities, then call NetAdapterWakeSetPacketFilterCapabilities to set the net adapter's packet filter wake on LAN (WoL) capabilities. Client drivers typically call NetAdapterWakeSetPacketFilterCapabilities when starting a net adapter, but before calling NetAdapterStart.

See also

Configuring power management

NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES

NetAdapterWakeSetPacketFilterCapabilities

NetAdapterStart