?/TD>
Microsoft DirectX 9.0

DIEnumDeviceObjectsCallback Function


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

Syntax

BOOL CALLBACK DIEnumDeviceObjectsCallback(      

    LPCDIDEVICEOBJECTINSTANCE lpddoi,     LPVOID pvRef );

Parameters

lpddoi
DIDEVICEOBJECTINSTANCE structure that describes the object being enumerated.
pvRef
The application-defined value passed to IDirectInputDevice8::EnumObjects 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


© 2002 Microsoft Corporation. All rights reserved.