Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The NetWakeSourceGetType function gets the type for wake-on-LAN (WoL) source.
Syntax
NET_WAKE_SOURCE_TYPE NetWakeSourceGetType(
[_In_] NETWAKESOURCE WakeSource
);
Parameters
[_In_] WakeSource
The NETWAKESOURCE object that represents this wake source.
Return value
Returns a NET_WAKE_SOURCE_TYPE value that specifies the wake source type.
Remarks
The client driver must only call NetWakeSourceGetType 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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 2004 |
| Target Platform | Universal |
| Minimum UMDF version | 2.33 |
| Header | netwakesource.h (include netadaptercx.h) |
| Library | netadaptercxstub.lib |
| IRQL | PASSIVE_LEVEL |