'Declaration
Function move( _
ByVal Unit As System.String, _
ByVal Count As System.Integer _
) As System.Integer
System.int move(
System.string Unit,
System.int Count
)
Parameters
Unit
Count
Remarks
An original IDL definition of move method was the following: HRESULT move (BSTR Unit, [optional, defaultvalue(1)] long Count, [out, retval] long* ReturnValue);