?/TD> |
Microsoft DirectX 9.0 |
Application-defined callback function used with the IDirectInputDevice8::EnumEffects method.
Syntax
BOOL CALLBACK DIEnumEffectsCallback(
LPCDIEFFECTINFO pdei, LPVOID pvRef );
Parameters
- pdei
- DIEFFECTINFO structure that describes the enumerated effect.
- pvRef
- The application-defined value passed to IDirectInputDevice8::EnumEffects as the pvRef parameter.
Return Value
Returns DIENUM_CONTINUE to continue the enumeration, or DIENUM_STOP to stop it.
Function Information
Header dinput.h Import library None Minimum operating systems Windows 98