Gets the storage.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
void GetStorage(
	string volume,
	out int totalStorage,
	out int remainingStorage,
	ref string timeRemaining
)
Visual Basic (Declaration)
Sub GetStorage ( _
	volume As String, _
	<OutAttribute> ByRef totalStorage As Integer, _
	<OutAttribute> ByRef remainingStorage As Integer, _
	ByRef timeRemaining As String _
)
Visual C++
void GetStorage(
	String^ volume, 
	[OutAttribute] int% totalStorage, 
	[OutAttribute] int% remainingStorage, 
	String^% timeRemaining
)

Parameters

volume
Type: System..::.String
Volume.
totalStorage
Type: System..::.Int32 %
Total storage.
remainingStorage
Type: System..::.Int32 %
Remaining storage.
timeRemaining
Type: System..::.String %
Time remaining.

Remarks

This function returns storage information about the given disk volume. Storage values are in Megabytes. TimeRemaining is a timecode string.

See Also