This document is archived and information here might be outdated. Recommended version. |
Provides a description of the field.
[Visual Basic .NET] Public Sub FieldDesc ( _ ByVal index As Integer, _ ByRef Name As String, _ ByRef Type As Int16&, _ ByRef Width As Integer _ )
[C#] public void FieldDesc ( int index, ref string Name, ref Int16& Type, ref int Width );
[C++]
HRESULT FieldDesc(
long index,
System.String* Name,
System.Int16* Type,
System.Int32* Width
);
[C++]
Parameters index [in]
index is a parameter of type long Name [out]
Name is a parameter of type BSTR* Type [out]
Type is a parameter of type short* Width [out]
Width is a parameter of type long*