NET_ADAPTER_WAKE_REASON_PACKET_INIT - NtDoc

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

void NET_ADAPTER_WAKE_REASON_PACKET_INIT(
  [_Out_] NET_ADAPTER_WAKE_REASON_PACKET *Reason
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NET_ADAPTER_WAKE_REASON_PACKET_INIT function

Description

The NET_ADAPTER_WAKE_REASON_PACKET_INIT function initializes a NET_ADAPTER_WAKE_REASON_PACKET structure.

Parameters

Reason [_Out_]

A pointer to a driver allocated NET_ADAPTER_WAKE_REASON_PACKET structure.

Remarks

This function zeroes out the memory for the NET_ADAPTER_WAKE_REASON_PACKET structure, then sets the Size member.

See also

Configuring power management

NET_ADAPTER_WAKE_REASON_PACKET