Device.GetAvailableVideoMemory Method |
Language: |
Visual Basic Public Sub GetAvailableVideoMemory( _
ByVal caps As SurfaceCaps, _
ByRef totalMem As Integer, _
ByRef freeMem As Integer _
)C# public void GetAvailableVideoMemory(
SurfaceCaps caps,
out int totalMem,
out int freeMem
);C++ public:
void GetAvailableVideoMemory(
SurfaceCaps^ caps,
[Out] int% totalMem,
[Out] int% freeMem
);JScript public function GetAvailableVideoMemory(
caps : SurfaceCaps,
totalMem : int,
freeMem : int
);
caps Microsoft.DirectX.DirectDraw.SurfaceCaps
totalMem System.Int32
freeMem System.Int32
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center