DIDFT_GETTYPE Macro
The DIDFT_GETTYPE macro extracts the effect type code from an effect format type.
Syntax
#define DIDFT_GETTYPE(n) LOBYTE(n)
Parameters
- n
DirectInput effect format type. The possible values for this parameter are identical to those found in the dwEffType member of the DIEffectInfo structure.
Return Value
LOBYTE(n)