Enumerates the bins.

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

Syntax

C#
int EnumerateBins(
	string volume,
	ref int count
)
Visual Basic (Declaration)
Function EnumerateBins ( _
	volume As String, _
	ByRef count As Integer _
) As Integer
Visual C++
int EnumerateBins(
	String^ volume, 
	int% count
)

Parameters

volume
Type: System..::.String
Volume.
count
Type: System..::.Int32 %
Count.

Return Value

result cookie

Remarks

This function performs a simple query to return the bin records for all items in the given volume. The results of this query are returned as an XML document using the GetXmlResults function. Any call to EnumerateBins must be balanced with a call to CloseResults.

See Also