VJDEVICEDESC structure
The VJDEVICEDESC structure contains data that describes the device being registered.
Syntax
typedef struct {
DWORD dwSize;
LPSTR lpszOEMName;
DWORD dwUnitId;
LPJOYOEMHWCAPS lpHWCaps;
LPJOYREGHWCONFIG lpHWConfig;
} VJDEVICEDESC, *VJLPDEVICEDESC;
Members
dwSize
Specifies the size, in bytes, of the structure. This member must be initialized before the structure is used.lpszOEMName
Reserved for future use.dwUnitId
Specifies the unit ID of this device.lpHWCaps
Reserved for future use.lpHWConfig
Reserved for future use.