Microsoft DirectX 8.1 (Visual Basic)

CONST_DIAFLAGS

Used in lFlags member of the DIACTION type to specify how actions are to be mapped.

Enum CONST_DIAFLAGS
    DIA_APPMAPPED     = 2
    DIA_APPNOMAP      = 4
    DIA_FORCEFEEDBACK = 1
    DIA_NORANGE       = 8
End Enum

Constants

DIA_APPMAPPED
The lObjID member of the DIACTION type is valid, and DirectInputDevice8.BuildActionMap should not override the application-defined mapping.
DIA_APPNOMAP
This action is not to be mapped.
DIA_FORCEFEEDBACK
The action must be mapped to an actuator or trigger.
DIA_NORANGE
The default range is not to be set for this action. This flag can be set only for absolute axis actions.