// netadapter.h
void NET_ADAPTER_WAKE_BITMAP_CAPABILITIES_INIT(
[_Out_] NET_ADAPTER_WAKE_BITMAP_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_WAKE_BITMAP_CAPABILITIES_INIT function initializes a NET_ADAPTER_WAKE_BITMAP_CAPABILITIES structure.
Capabilities [_Out_]A pointer to a client driver-allocated NET_ADAPTER_WAKE_BITMAP_CAPABILITIES* structure.
This function zeroes out the memory for the NET_ADAPTER_WAKE_BITMAP_CAPABILITIES structure, then sets the Size member. After calling this function to initialize the NET_ADAPTER_WAKE_BITMAP_CAPABILITIES structure, set the remaining members of the structure according to your hardware's capabilities, then call NetAdapterWakeSetBitmapCapabilities to set the net adapter's bitmap pattern wake on LAN (WoL) capabilities. Client drivers typically call NetAdapterWakeSetBitmapCapabilities when starting a net adapter, but before calling NetAdapterStart.
NET_ADAPTER_WAKE_BITMAP_CAPABILITIES
NetAdapterWakeSetBitmapCapabilities