Computes the Scalar value and rate in internal units at the interface's current time.
[Visual Basic .NET] |
---|
Public Function CurrentValue( _ ByVal DispInterface As Object, _ ByRef Value As Double, _ ByRef Rate As Double _ ) As Boolean |
[C#] |
---|
public bool CurrentValue( Object DispInterface, ref double Value, ref double Rate ); |
[Managed C++] |
---|
public: bool CurrentValue( IUnknown ^ DispInterface, double ^ Value, double ^ Rate ); |
[Unmanaged C++] |
---|
public: HRESULT CurrentValue( IUnknown * DispInterface, double * Value, double * Rate, VARIANT_BOOL * pResult ); |
- DispInterface
- Value
- Rate