DIDFT_GETTYPE

The DIDFT_GETTYPE macro extracts the effect type code from an effect format type.

#define DIDFT_GETTYPE(n) LOBYTE(n)

Parameters

n
Type is DWORD. DirectInput effect format type. The possible values for this parameter are identical to those found in the dwEffType member of the DIEffectInfo structure.
DOCERROR: You must supply a description of the return value.