IVCALOBJECT_ADDOBJECT()
Brew Release
Brew MP 1.0.2
See Also
IvCalObject_RemoveObject
Description
Adds the passed in Object
Params
pIvCalObject
[]:
The Interface pointer
pIvCalObj
[]:
Object that has to be added
Interface
Prototype
int IvCalObject_AddObject(IvCalObject *pIvCalObject, IvCalObject *pIvCalObj);
Return
- AEE_SUCCESS : If we are successful in adding the object AEE_EBADPARM : If pIvCalObj is NULL AEE_ENOTALLOWED : If the you can't add this type, pIvCalObj to the current pIvCalObject. User can't add vEvent type to vToDo type. AEE_EFAILED : Otherwise
Side Effect
- The added object's reference count is incremented
Comments
None
COMMENTS (0)
See Below