Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NetPowerOffloadGetType function gets the power offload type for a low power protocol offload to a net adapter.
Syntax
NET_POWER_OFFLOAD_TYPE NetPowerOffloadGetType(
[_In_] NETPOWEROFFLOAD PowerOffload
);
Parameters
[_In_] PowerOffload
The NETPOWEROFFLOAD object that represents this low power protocol offload.
Return value
Returns a NET_POWER_OFFLOAD_TYPE value that specifies the offload type.
Remarks
The client driver must only call NetPowerOffloadGetType during a power transition, typically from its EVT_WDF_DEVICE_ARM_WAKE_FROM_SX, EVT_WDF_DEVICE_ARM_WAKE_FROM_S0, or EVT_NET_DEVICE_PREVIEW_POWER_OFFLOAD callback function. Otherwise, the call results in a system bugcheck.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Target Platform | Universal |
Minimum UMDF version | 2.33 |
Header | netpoweroffload.h (include netadaptercx.h) |
Library | netadaptercxstub.lib |
IRQL | PASSIVE_LEVEL |