MLCHARGENLib Namespace > IMLCharGen Interface : GroupItemsCount Method |
Sub GroupItemsCount( _ ByVal _bsGroupID As String, _ ByRef _pnItemsCount As Integer _ )
void GroupItemsCount( string _bsGroupID, out int _pnItemsCount )
procedure GroupItemsCount( _bsGroupID: String; Out _pnItemsCount: Integer );
void GroupItemsCount( BSTR* _bsGroupID, [PARAMFLAG::Out] int _pnItemsCount )