DEVICEINFO

Structure used to retrieve general information about a Windows device.

Syntax

typedef struct _DEVICEINFO {
    TCHAR Name [128];
    BOOL  Troublesome;
    TCHAR HardwareId [200];
    TCHAR Device [10];
    TCHAR Vendor [10];
} DEVICEINFO, *PDEVICEINFO;

Members

Name

Name of the device.

Troublesome

TRUE if this is a known latency causing device, FALSE if it is not.

HardwareId

Hardware ID for the device.

Device

Device ID for the device.

Vendor

Vendor ID for the device.

IntervalZero.com | Support | Give Feedback