Platform SDK: DirectX

DirectInputEnumEffects.GetStaticParams

The DirectInputEnumEffects.GetStaticParams method retrieves information about effect parameters supported on the device.

object.GetStaticParams(i As Long) As CONST_DIEPFLAGS

Parameters

object
Object expression that resolves to a DirectInputEnumEffects object.
i
Index (1-based) of the effect in the collection.

Return Values

The method returns flags from the CONST_DIEPFLAGS enumeration specifying which parameters are supported by the effect.

Error Codes

If the method fails, it raises an error and Err.Number will be set.