DirectX SDK

CONST_DISDDFLAGS

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

Enum CONST_DISDDCFLAGS
    DISDD_CONTINUE = 1 
    DISDD_DEFAULT =  0 
End Enum
DISDD_CONTINUE
Data will overlaid on existing data. For more information, see the Remarks for DirectInputDevice.SendDeviceData.
DISDD_DEFAULT
Data will not be overlaid on existing data.