Application-defined callback function used with the IDirectInputDevice8::EnumEffects method.
BOOL DIEnumEffectsCallback( LPCDIEffectInfo pdei, LPVOID pvRef );
Returns DIENUM_CONTINUE to continue the enumeration, or DIENUM_STOP to stop it.
Header: Declared in Dinput.h.