Enumerates the volumes.

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

Syntax

C#
int EnumerateVolumes(
	ref int count
)
Visual Basic (Declaration)
Function EnumerateVolumes ( _
	ByRef count As Integer _
) As Integer
Visual C++
int EnumerateVolumes(
	int% count
)

Parameters

count
Type: System..::.Int32 %
Count.

Return Value

result cookie

Remarks

This function returns the number of disk volumes as well as a cookie value that can be used with the GetXmlResults function. Any call to EnumerateVolumes must be balanced with a call to CloseResults.

See Also