Microsoft DirectX 8.1 (Visual Basic)

CONST_DISDDFLAGS

Members of the CONST_DISDDFLAGS enumeration are passed to the DirectInputDevice8.SendDeviceData method.

Enum CONST_DISDDFLAGS
    DISDD_CONTINUE = 1 
    DISDD_DEFAULT  = 0 
End Enum

Constants

DISDD_CONTINUE
Data will overlaid on existing data. For more information, see the Remarks section for DirectInputDevice8.SendDeviceData method.
DISDD_DEFAULT
Data will not be overlaid on existing data.