| Microsoft DirectX 8.1 (Visual Basic) | 
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