CompositionsGetCount Method (IMLCharGen)
number of compositions
gets count of compositions.
Syntax
Sub CompositionsGetCount( _
   ByRef _pnCount As Integer _
) 
void CompositionsGetCount( 
   out int _pnCount
)
procedure CompositionsGetCount( 
   Out  _pnCount: Integer
); 
void CompositionsGetCount( 
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_pnCount
number of compositions
See Also

Reference

IMLCharGen Interface
IMLCharGen Members