CONST_DIENUMDEVICESFLAGS
Used in the flags parameter of the DirectInput8.GetDIDevices method to indicate whether all devices or only attached devices are to be enumerated.
Enum CONST_DIENUMDEVICESFLAGS
DIEDFL_ALLDEVICES = 0
DIEDFL_ATTACHEDONLY = 1
DIEDFL_FORCEFEEDBACK = 256 (&H100)
DIEDFL_INCLUDEALIASES = 65536 (&H10000)
DIEDFL_INCLUDEHIDDEN = 262144 (&H40000)
DIEDFL_INCLUDEPHANTOMS = 131072 (&H20000)
End Enum
Constants
- DIEDFL_ALLDEVICES
- All installed devices. This is the default behavior.
- DIEDFL_ATTACHEDONLY
- Only attached and installed devices.
- DIEDFL_FORCEFEEDBACK
- Only devices that support force feedback.
- DIEDFL_INCLUDEALIASES
- Include devices that are aliases for other devices.
- DIEDFL_INCLUDEHIDDEN
- Include hidden devices. For more information about hidden devices, see CONST_DIDEVCAPSFLAGS.
- DIEDFL_INCLUDEPHANTOMS
- Include phantom (placeholder) devices.