DIDFT_GetType

The DIDFT_GetType macro extracts the object type code from a data format type.

#define DIDFT_GetType(n) LOBYTE(n)

Parameters

n
Type is DWORD. DirectInput data format type. The possible values for this parameter are identical to those found in the dwType member of the DIOBJECTDATAFORMAT structure.

See Also

DIDFT_GETINSTANCE