?/TD>
Microsoft DirectX 9.0

DIEnumEffectsInFileCallback Function


Application-defined callback function used with the IDirectInputDevice8::EnumEffectsInFile method.

Syntax

BOOL CALLBACK DIEnumEffectsInFileCallback(      

    LPCDIFILEEFFECT lpDiFileEf,     LPVOID pvRef );

Parameters

lpDiFileEf
DIFILEEFFECT structure that describes the enumerated effect.
pvRef
The application-defined value passed to IDirectInputDevice8::EnumEffectsInFile as the pvRef parameter.

Return Value

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



Function Information

Headerdinput.h
Import libraryNone
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.