This document is archived and information here might be outdated. Recommended version. |
Get a group field and type.
[Visual Basic .NET] Public Sub GetGroupField ( _ ByVal idx As Integer, _ ByRef strField As String _ )
[C#] public void GetGroupField ( int idx, ref string strField );
[C++]
HRESULT GetGroupField(
long idx,
System.String* strField
);
[C++]
Parameters idx [in]
idx is a parameter of type long strField [out]
strField is a parameter of type BSTR*