// netadapter.h
void NET_ADAPTER_WAKE_REASON_PACKET_INIT(
[_Out_] NET_ADAPTER_WAKE_REASON_PACKET *Reason
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_WAKE_REASON_PACKET_INIT function initializes a NET_ADAPTER_WAKE_REASON_PACKET structure.
Reason [_Out_]A pointer to a driver allocated NET_ADAPTER_WAKE_REASON_PACKET structure.
This function zeroes out the memory for the NET_ADAPTER_WAKE_REASON_PACKET structure, then sets the Size member.
NET_ADAPTER_WAKE_REASON_PACKET