DIEnumCreatedEffectObjectsProc

The DIEnumCreatedEffectObjectsProc function is an application-defined callback function that receives DirectInputDevice effects as a result of a call to the IDirectInputDevice2::EnumCreatedEffectObjects method.

BOOL CALLBACK DIEnumCreatedEffectObjectsProc(

LPDIRECTINPUTEFFECT peff,

LPVOID pvRef

);

Parameters

peff

Pointer to an effect object that has been created.

pvRef

The application-defined value given in the IDirectInputDevice2::EnumCreatedEffectObjects method.

Return Values

Returns DIENUM_CONTINUE to continue the enumeration or DIENUM_STOP to stop the enumeration.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Use Windows 95 OSR2 or later. Available as a redistributable for Windows 95.
  Windows CE: Unsupported.
  Header: Declared in dinput.h.
  Import Library: User-defined.