Microsoft DirectX 8.1 (Visual Basic)

CONST_DIAHFLAGS

Used in lHow member of the DIACTION type to report how actions were mapped.

Enum CONST_DIAHFLAGS
    DIAH_APPREQUESTED =           2 
    DIAH_DEFAULT      =          32 (&H20)
    DIAH_ERROR        = -2147483648 (&H80000000)
    DIAH_HWAPP        =           4 
    DIAH_HWDEFAULT    =           8 
    DIAH_UNMAPPED     =           0 
    DIAH_USERCONFIG   =           1 
End Enum

Constants

DIAH_APPREQUESTED
The mapping was configured by the application, which specified the device (guidInstance) and device object (lObjID) when calling DirectInputDevice8.BuildActionMap.
DIAH_DEFAULT
The mapping was determined by Microsoft® DirectInput® in the absence of other mapping information.
DIAH_ERROR
An error occurred. The action cannot be matched to a control on the device. The action will be ignored when the action map is set.
DIAH_HWAPP
The mapping was specified by the hardware manufacturer for this game.
DIAH_HWDEFAULT
The mapping was specified by the hardware manufacturer for this genre.
DIAH_UNMAPPED
No suitable device object was found.
DIAH_USERCONFIG
The mapping was configured by the user.