'Declaration
Function AllocSharedValue( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As IArguments
Dim count As Integer
Dim value As Integer
value = instance.AllocSharedValue(count)
Parameters
- count
- The total number of IValue objects to allocate.
Return Value
An zero-based interger indicates the index of first allocated
IValue object.