GroupAddItem Method (IMLCharGen)
item ID
indicates whether the new item is reference of old item. It means that if you change something with old item then all this changes will be implement to the new one.
type of a group
group ID
adds item to a group
Syntax
Sub GroupAddItem( _
   ByVal _bsItemID As String, _
   ByVal _bAddAsReference As Integer, _
   ByVal _bsGroupType As String, _
   ByRef _pbsGroupID As String _
) 
void GroupAddItem( 
   BSTR* _bsItemID,
   int _bAddAsReference,
   BSTR* _bsGroupType,
   [PARAMFLAG::Out] BSTR* _pbsGroupID
) 

Parameters

_bsItemID
item ID
_bAddAsReference
indicates whether the new item is reference of old item. It means that if you change something with old item then all this changes will be implement to the new one.
_bsGroupType
type of a group
_pbsGroupID
group ID
See Also

Reference

IMLCharGen Interface
IMLCharGen Members