This document is archived and information here might be outdated. Recommended version. |
Add a variable length record or extended variable length record.
[Visual Basic .NET]
Public Sub AddVlr ( _
ByVal bIsEVLR As Boolean, _
ByRef vlr As Byte[]& _
)
[C#]
public void AddVlr (
bool bIsEVLR,
ref Byte[]& vlr
);
[C++]
HRESULT AddVlr(
VARIANT_BOOL bIsEVLR,
SAFEARRAY(System.Byte)* vlr
);
[C++] Parameters bIsEVLR [in]
bIsEVLR is a parameter of type bool vlr [in]
vlr is a parameter of type SAFEARRAY(unsigned char)*