Jungo WinDriver  
Official Documentation

◆ WDU_Wakeup()

DWORD DLLCALLCONV WDU_Wakeup ( _In_ WDU_DEVICE_HANDLE  hDevice,
_In_ DWORD  dwOptions 
)

Enables/Disables wakeup feature.

Parameters
[in]hDeviceA unique identifier for the device/interface
[in]dwOptionsCan be set to either of the following options: WDU_WAKEUP_ENABLE - will enable wakeup. or: WDU_WAKEUP_DISABLE - will disable wakeup.
Returns
WinDriver Error Code
Note
This function is supported only on Windows.