Application-defined callback function that receives DirectInputDevice effects as a result of a call to the IDirectInputDevice8::EnumCreatedEffectObjects method.
BOOL DIEnumCreatedEffectObjectsCallback( LPDIRECTINPUTEFFECT peff, LPVOID pvRef );
Returns DIENUM_CONTINUE to continue the enumeration or DIENUM_STOP to stop the enumeration.
Header: Declared in Dinput.h.