Microsoft DirectX 8.0 (C++) |
Application-defined callback function that receives DirectInput® devices as a result of a call to the IDirectInput8::EnumDevices method.
BOOL CALLBACK DIEnumDevicesCallback( LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef );
Returns DIENUM_CONTINUE to continue the enumeration or DIENUM_STOP to stop the enumeration.
If a single hardware device can function as more than one DirectInput device type, it is enumerated as each device type that it supports. For example, a keyboard with a built-in mouse is enumerated twice: once as a keyboard and once as a mouse. The product GUID is the same for each device, however.
Windows NT/2000: Requires Windows® 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in Dinput.h.
Import Library: User-defined.