DIConfigureDevicesCallback
Microsoft DirectX 9.0 SDK Update (October 2004)

DIConfigureDevicesCallback Function


Application-defined callback function that is called each time the property sheet image is refreshed. This function needs to be supplied only when the application is displaying the property sheet within its own window.

Syntax

BOOL CALLBACK DIConfigureDevicesCallback(      

    IUnknown *lpDDSTarget,     LPVOID pvRef );

Parameters

lpDDSTarget
Pointer to the IUnknown interface of the surface in the lpUnkDDSTarget member of the DICONFIGUREDEVICESPARAMS structure that was passed to IDirectInput8::ConfigureDevices.
pvRef
Application-defined value passed to IDirectInput8::ConfigureDevices as the pvRef parameter.

Return Value

Can return TRUE or FALSE. Microsoft DirectInput does not use the return value.



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.