This document is archived and information here might be outdated. Recommended version. |
The specified permissible value for the associated attribute.
[Visual Basic .NET] Public Sub GetJunctionInfo ( _ ByVal Index As Integer, _ ByRef ClassID As Integer, _ ByRef SubtypeCode As Integer _ )
[C#] public void GetJunctionInfo ( int Index, ref int ClassID, ref int SubtypeCode );
[C++]
HRESULT GetJunctionInfo(
long Index,
System.Int32* ClassID,
System.Int32* SubtypeCode
);
[C++]
Parameters Index [in]
Index is a parameter of type long ClassID [out]
ClassID is a parameter of type long* SubtypeCode [out]
SubtypeCode is a parameter of type long*