Jungo WinDriver
Official Documentation
|
typedef BOOL(DLLCALLCONV * WDU_POWER_CHANGE_CALLBACK) (_In_ WDU_DEVICE_HANDLE hDevice, _In_ DWORD dwPowerState, _In_ PVOID pUserData) |
[in] | hDevice | A unique identifier for the device/interface. |
[in] | dwPowerState | Number of the power state selected. |
[in] | pUserData | Pointer to user data that was passed to WDU_Init (in the event table). |