?/TD>
Microsoft DirectX 9.0

GET_DIDEVICE_TYPE Macro


The GET_DIDEVICE_TYPE macro extracts the device primary type code from a device type description code.

Syntax

#define GET_DIDEVICE_TYPE(dwDevType)  LOBYTE(dwDevType)

Parameters

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

Macro Information

Headerdinput.h
Minimum operating systems Windows 98

See Also

GET_DIDEVICE_SUBTYPE, DIDEVICEINSTANCE


© 2002 Microsoft Corporation. All rights reserved.