// netadapter.h
void NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES_INIT(
[_Out_] NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES *Capabilities,
[_In_] SIZE_T MaximumOffloadCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES_INIT function initializes a NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES structure.
Capabilities [_Out_]A pointer to a client driver-allocated NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES structure.
MaximumOffloadCount [_In_]The maximum number of NS protocol offloads that the hardware supports.
After calling this function to initialize the NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES structure, call NetAdapterPowerOffloadSetNsCapabilities to set the net adapter's NS protocol offload capabilities. Client drivers typically call NetAdapterPowerOffloadSetNsCapabilities when starting a net adapter, but before calling NetAdapterStart.
NET_ADAPTER_POWER_OFFLOAD_NS_CAPABILITIES
NetAdapterPowerOffloadSetNsCapabilities