Gets the current bin.

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

Syntax

C#
void GetCurrentBin(
	ref string volume,
	ref string bin
)
Visual Basic (Declaration)
Sub GetCurrentBin ( _
	ByRef volume As String, _
	ByRef bin As String _
)
Visual C++
void GetCurrentBin(
	String^% volume, 
	String^% bin
)

Parameters

volume
Type: System..::.String %
Volume.
bin
Type: System..::.String %
Bin.

Remarks

Each instance of a MediaManager object has a “current bin” setting. This includes both a disk volume and bin name. The cached current bin setting does not influence any function in this interface, instead, it is provided for backwards compatibility with applications that need the concept of a current bin. This function returns the current bin and disk volume names.

See Also