![]() |
This document is archived and information here might be outdated. Recommended version. |
AMF message packet #2a call. Write header(s).
[Visual Basic .NET] Public Sub WriteAMF0Header ( _ ByVal Name As String, _ ByVal mustUnderstand As Boolean, _ ByVal Value As Object _ )
[C#] public void WriteAMF0Header ( string Name, bool mustUnderstand, object Value );
[C++]
HRESULT WriteAMF0Header(
BSTR Name,
VARIANT_BOOL mustUnderstand,
VARIANT Value
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR mustUnderstand [in]
mustUnderstand is a parameter of type bool Value [in]
Value is a parameter of type VARIANT