Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDU_GetDeviceInfo | ( | _In_ WDU_DEVICE_HANDLE | hDevice, |
_Outptr_ WDU_DEVICE ** | ppDeviceInfo | ||
) |
Gets configuration information from the device including all the descriptors in a WDU_DEVICE struct.
The caller should free *ppDeviceInfo after using it by calling WDU_PutDeviceInfo().
[in] | hDevice | A unique identifier for the device/interface. |
[out] | ppDeviceInfo | Pointer to a pointer to a buffer containing the device information. |