This document is archived and information here might be outdated. Recommended version. |
Start writing an object with traits. Returns trait reference index end object reference index.
[Visual Basic .NET]
Public Sub StartAMF3ObjectWithTraits ( _
ByVal classname As String, _
ByVal MemberCount As Integer, _
ByVal dynamic As Boolean, _
ByRef traits_ref As Integer, _
ByRef obj_ref As Integer _
)
[C#]
public void StartAMF3ObjectWithTraits (
string classname,
int MemberCount,
bool dynamic,
ref int traits_ref,
ref int obj_ref
);
[C++]
HRESULT StartAMF3ObjectWithTraits(
BSTR classname,
long MemberCount,
VARIANT_BOOL dynamic,
System.Int32* traits_ref,
System.Int32* obj_ref
);
[C++] Parameters classname [in]
classname is a parameter of type BSTR MemberCount [in]
MemberCount is a parameter of type long dynamic [in]
dynamic is a parameter of type bool traits_ref [out]
traits_ref is a parameter of type long* obj_ref [out]
obj_ref is a parameter of type long*