Sub CompositionsGetByIndex( _ ByVal _nIndex As Integer, _ ByRef _pbsName As String, _ ByRef _pbsComment As String _ )
void CompositionsGetByIndex( int _nIndex, out string _pbsName, out string _pbsComment )
procedure CompositionsGetByIndex( _nIndex: Integer; Out _pbsName: String; Out _pbsComment: String );
void CompositionsGetByIndex( int _nIndex, [PARAMFLAG::Out] BSTR* _pbsName, [PARAMFLAG::Out] BSTR* _pbsComment )
IMLCharGen Interface IMLCharGen Members