Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDU_Wakeup | ( | _In_ WDU_DEVICE_HANDLE | hDevice, |
_In_ DWORD | dwOptions | ||
) |
Enables/Disables wakeup feature.
[in] | hDevice | A unique identifier for the device/interface |
[in] | dwOptions | Can be set to either of the following options: WDU_WAKEUP_ENABLE - will enable wakeup. or: WDU_WAKEUP_DISABLE - will disable wakeup. |