DIEnumCreatedEffectObjectsCallback
Microsoft DirectX 9.0 SDK Update (October 2004)

DIEnumCreatedEffectObjectsCallback Function


Application-defined callback function that receives DirectInputDevice effects as a result of a call to the IDirectInputDevice8::EnumCreatedEffectObjects method.

Syntax

BOOL CALLBACK DIEnumCreatedEffectObjectsCallback(      

    LPDIRECTINPUTEFFECT peff,     LPVOID pvRef );

Parameters

peff
The address of an effect object that has been created.
pvRef
The application-defined value passed to IDirectInputDevice8::EnumCreatedEffectObjects as the pvRef parameter.

Return Value

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



Function Information

Headerdinput.h
Import libraryNone
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.