GET_DIDEVICE_SUBTYPE
Microsoft DirectX 9.0 SDK Update (October 2004)

GET_DIDEVICE_SUBTYPE Macro


The GET_DIDEVICE_SUBTYPE macro extracts the device subtype code from a device type description code.

Syntax

#define GET_DIDEVICE_SUBTYPE(dwDevType)  HIBYTE(dwDevType)

Parameters

dwDevType
Microsoft DirectInput device type description code. The possible values for this parameter are identical to those found in the dwDevType member of the DIDEVICEINSTANCE structure.

Remarks

The interpretation of the subtype code depends on the primary type.

Macro Information

Headerdinput.h
Minimum operating systems Windows 98

See Also

GET_DIDEVICE_TYPE, DIDEVICEINSTANCE


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.