Microsoft DirectX 8.1 (Visual Basic)

CONST_DIDBAMFLAGS

Used in the DirectInputDevice8.BuildActionMap method.

Enum CONST_DIDBAMFLAGS
    DIDBAM_DEFAULT    = 0
    DIDBAM_HWDEFAULTS = 4
    DIDBAM_INITIALIZE = 2
    DIDBAM_PRESERVE   = 1
End Enum

Constants

DIDBAM_DEFAULT
Overwrite all mappings except application-specified mappings; that is, mappings that have the DIA_APPMAPPED flag in the DIACTION type.
DIDBAM_HWDEFAULTS
Overwrite all mappings, including application-specified mappings. This flag is similar to DIDBAM_INITIALIZE, but automatically overrides user-mapped actions with the defaults specified by the device driver or Microsoft® DirectInput®.
DIDBAM_INITIALIZE
Overwrite all mappings, including application-specified mappings.
DIDBAM_PRESERVE
Preserve current mappings assigned for this device or any other configured device.