This document is archived and information here might be outdated. Recommended version. |
Information for a string class by index.
[Visual Basic .NET] Public Sub QueryStringClass ( _ ByVal ClassIndex As Integer, _ ByRef inValue As String, _ ByRef outValue As Integer _ )
[C#] public void QueryStringClass ( int ClassIndex, ref string inValue, ref int outValue );
[C++]
HRESULT QueryStringClass(
long ClassIndex,
System.String* inValue,
System.Int32* outValue
);
[C++]
Parameters ClassIndex [in]
ClassIndex is a parameter of type long inValue [out]
inValue is a parameter of type BSTR* outValue [out]
outValue is a parameter of type long*