ActionFormat.BufferSize Property (Microsoft.DirectX.DirectInput)

Retrieves or sets a value that specifies the number of input data packets in the buffer for each device to which this action-to-control mapping is to be applied.

Definition

Visual Basic Public Property BufferSize As Integer
C# public int BufferSize { get; set; }
C++ public:
property int BufferSize {
        int get();
        void set(int value);
}
JScript public function get BufferSize() : int
public function set BufferSize(int);

Property Value

System.Int32

This property is read/write.