int GetNameList( ref int NumberNames, ref string[] MyName )
Function GetNameList ( _ ByRef NumberNames As Integer, _ ByRef MyName As String() _ ) As Integer
int GetNameList( int% NumberNames, array<String^>^% MyName )