Computes the set of parameters and their
rates at the interface's current time, returned as an array. The
last element of the array is an error flag indicator.
| [Visual Basic .NET] |
|---|
Public Function CurrentValue_Array( _
ByVal DispInterface As Object _
) As System.Array
|
| [C#] |
|---|
public System.Array CurrentValue_Array(
|
| [Managed C++] |
|---|
public: System::Array CurrentValue_Array(
|
| [Java] |
|---|
public VariantArray currentValue_Array(
|
| [Unmanaged C++] |
|---|
public: HRESULT CurrentValue_Array(
|
- DispInterface