Enumerates the bins.

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

Syntax

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

Parameters

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

Return Value

result cookie

Implements

IMediaMgr..::.EnumerateBins(String, Int32%)

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