This document is archived and information here might be outdated. Recommended version. |
Writes XML. Returns object reference index.
[Visual Basic .NET] Public Sub WriteAMF3Xml ( _ ByVal Value As String, _ ByRef obj_ref As Integer _ )
[C#] public void WriteAMF3Xml ( string Value, ref int obj_ref );
[C++]
HRESULT WriteAMF3Xml(
BSTR Value,
System.Int32* obj_ref
);
[C++]
Parameters Value [in]
Value is a parameter of type BSTR obj_ref [out]
obj_ref is a parameter of type long*