DIConfigureDevicesCallback

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 DIConfigureDevicesCallback(
         IUnknown * lpDDSTarget,
         LPVOID pvRef
)

Parameters

Return Value

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

Requirements

Header: Declared in dinput.h.