This document is archived and information here might be outdated. Recommended version. |
Writes data to the descriptor table.
[Visual Basic .NET] Public Sub Write ( _ ByVal Start As Integer, _ ByVal Count As Integer, _ ByRef array As Object _ )
[C#] public void Write ( int Start, int Count, ref object array );
[C++]
HRESULT Write(
long Start,
long Count,
Variant* array
);
[C++]
Parameters Start [in]
Start is a parameter of type long Count [in]
Count is a parameter of type long array [in]
array is a parameter of type VARIANT*