import "nktwab.idl";
Public Member Functions | |
| HRESULT | Count ([out, retval]long *) |
| HRESULT | Item ([in] VARIANT idx,[out, retval] Group **) |
| HRESULT | Add ([out, retval] Group **) |
|
|
Get the number of items. |
|
||||||||||||
|
Get the specific item by index (1 based) or using a string of the entry id. |
|
|
Creates a new group. User IGroup::Save to store it. |