![]() |
This document is archived and information here might be outdated. Recommended version. |
Writes value types (excluding array and object), may return string or object reference index. If reference is not applicable, value_ref is set to -1.
[Visual Basic .NET] Public Sub WriteAMF3Variant ( _ ByVal Value As Object, _ ByRef value_ref As Integer _ )
[C#] public void WriteAMF3Variant ( object Value, ref int value_ref );
[C++]
HRESULT WriteAMF3Variant(
VARIANT Value,
System.Int32* value_ref
);
[C++]
Parameters Value [in]
Value is a parameter of type VARIANT value_ref [out]
value_ref is a parameter of type long*