DIDFT_GETTYPE Macro

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


#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)

Community Additions

ADD
Show: