NET_ADAPTER_WAKE_BITMAP_CAPABILITIES structure (netadapter.h)
The NET_ADAPTER_WAKE_BITMAP_CAPABILITIES structure describes a net adapter's wake on LAN (WoL) capabilities for waking from a bitmap pattern.
Syntax
typedef struct _NET_ADAPTER_WAKE_BITMAP_CAPABILITIES {
ULONG Size;
BOOLEAN BitmapPattern;
SIZE_T MaximumPatternCount;
SIZE_T MaximumPatternSize;
} NET_ADAPTER_WAKE_BITMAP_CAPABILITIES;
Members
Size
The size of this structure, in bytes.
BitmapPattern
A boolean value that describes if the net adapter is capable of waking from a bitmap pattern.
MaximumPatternCount
The maximum number of bitmap patterns that the hardware supports.
MaximumPatternSize
The maximum size, in bytes, for the bitmap patterns that the hardware supports.
Remarks
Call NET_ADAPTER_WAKE_BITMAP_CAPABILITIES_INIT to initialize this structure, then call NetAdapterWakeSetBitmapCapabilities to set the net adapter's bitmap pattern WoL capabilities. Client drivers typically call NetAdapterWakeSetBitmapCapabilities when starting a net adapter, but before calling NetAdapterStart.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Minimum UMDF version | 2.33 |
Header | netadapter.h (include netadaptercx.h) |
See also
NET_ADAPTER_WAKE_BITMAP_CAPABILITIES_INIT