Share via


Caps.FreeHardwareMemoryBytes Property (Microsoft.DirectX.DirectSound)

Retrieves the size, in bytes, of the free memory on the sound card.

Definition

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

Property Value

System.Int32
The size, in bytes, of the free memory on the sound card.

This property is read-only.