This document is archived and information here might be outdated. Recommended version. |
Starts writing an object, sends traits by reference. Returns object reference index.
[Visual Basic .NET]
Public Sub StartAMF3Object ( _
ByVal traits_ref As Integer, _
ByRef obj_ref As Integer _
)
[C#]
public void StartAMF3Object (
int traits_ref,
ref int obj_ref
);
[C++]
HRESULT StartAMF3Object(
long traits_ref,
System.Int32* obj_ref
);
[C++] Parameters traits_ref [in]
traits_ref is a parameter of type long obj_ref [out]
obj_ref is a parameter of type long*