Tao.Platform.Windows SDK Documentation

Winmm.joyConfigChanged Method 

The joyConfigChanged function informs the joystick driver that the configuration has changed and should be reloaded from the registry.

[Visual Basic]
Public Shared Function joyConfigChanged( _
   ByVal dwFlags As Long _
) As Integer
[C#]
public static int joyConfigChanged(
   long dwFlags
);

Parameters

dwFlags
Reserved for future use. Must equal zero.

Return Value

Returns JOYERR_NOERROR if successful. Returns JOYERR_PARMS if the parameter is non-zero.

Remarks

This function causes a window message to be sent to all top-level windows. This message may be defined by applications that need to respond to changes in joystick calibration by using RegisterWindowMessage with the following message ID:

            #define JOY_CONFIGCHANGED_MSGSTRING     "MSJSTICK_VJOYD_MSGSTR"
            

See Also

Winmm Class | Tao.Platform.Windows Namespace