Microsoft DirectX 8.1 (Visual Basic)

CONST_DIDSAMFLAGS

Used in the DirectInputDevice8.SetActionMap method.

Enum CONST_DIDSAMFLAGS
    DIDSAM_DEFAULT   = 0
    DIDSAM_NOUSER    = 1
    DIDSAM_FORCESAVE = 2
End Enum

Constants

DIDSAM_DEFAULT
Set the action map for this user. If the map differs from the current map, the new settings are saved to disk.
DIDSAM_FORCESAVE
Always save the configuration to disk.
DIDSAM_NOUSER
Reset user ownership for this device in the default configuration property sheet. Resetting user ownership does not remove the current action map.