Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.85 KB

nf-netadapter-net_adapter_wake_packet_filter_capabilities_init.md

File metadata and controls

67 lines (52 loc) · 2.85 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NF:netadapter.NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT
NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT function (netadapter.h)
The NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT function initializes a NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES structure.
netvista
10/25/2019
NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT function
NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT
netadapter.h
netadaptercx.h
Universal
Windows 10, version 2004
Any level as long as target memory is resident
Windows
Vb
NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT
netadapter/NET_ADAPTER_WAKE_PACKET_FILTER_CAPABILITIES_INIT
apiref
HeaderDef
netadapter.h
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

-param 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