Previous Topic: CaRemoveItem

Next Topic: void SetItemObjId(HAROBJID iItemObjId)


bool SetDescription(LPCTSTR szDesc)

Sets a description to annotate why the item is being removed.

Owning Class

CaRemoveItem

Arguments

LPCTSTR szDesc-the explanation

Return Value

bool-true if set succeeded, false if failed

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem(); rRemoveItem. SetDescription(“Obsolete”);

More information: