This document is archived and information here might be outdated. Recommended version. |
Adds element value as a byte.
[Visual Basic .NET] Public Sub AddByte ( _ ByVal Name As String, _ ByVal Value As Byte _ )
[C#] public void AddByte ( string Name, byte Value );
[C++]
HRESULT AddByte(
BSTR Name,
Byte Value
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR Value [in]
Value is a parameter of type unsigned char