DeviceCaps.FFMinTimeResolution Property (Microsoft.DirectX.DirectInput)

Minimum time, in microseconds, that the device can resolve. The device rounds any times to the nearest supported increment. For example, if the value of DwFFMinTimeResolution is 1000, the device would round any times to the nearest millisecond.

Definition

Visual Basic Public ReadOnly Property FFMinTimeResolution As Integer
C# public int FFMinTimeResolution { get; }
C++ public:
property int FFMinTimeResolution {
        int get();
}
JScript public function get FFMinTimeResolution() : int

Property Value

System.Int32

This property is read-only.