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