Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.79 KB

nf-wificxwakesource-wifiwakesourcegettype.md

File metadata and controls

62 lines (51 loc) · 1.79 KB
UID tech.root title ms.date targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:wificxwakesource.WifiWakeSourceGetType
netvista
WifiWakeSourceGetType (wificxwakesource.h)
09/14/2021
Windows
The WifiWakeSourceGetType function gets the type for wake-on-LAN (WoL) source from a WiFiCx net adapter.
function
wificxwakesource.h
PASSIVE_LEVEL
Windows 11
Windows Server 2022
apiref
HeaderDef
wificxwakesource.h
WifiWakeSourceGetType
WifiWakeSourceGetType
wificxwakesource/WifiWakeSourceGetType
c++

-description

The WifiWakeSourceGetType function gets the type for wake-on-LAN (WoL) source from a WiFiCx net adapter.

-parameters

-param WakeSource

The WIFIWAKESOURCE object that represents this wake source.

-returns

Returns a WIFI_WAKE_SOURCE_TYPE value that specifies the wake source type.

-remarks

The client driver must only call WifiWakeSourceGetType 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_WAKE_SOURCE callback function. Otherwise, the call results in a system bugcheck.

-see-also

WIFI_WAKE_SOURCE_TYPE