Previous Topic: bool SetBranchOut(bool bFlag)

Next Topic: HAROBJID GetItemObjId(void)


LPCTSTR GetDescription(void)

Retrieves the current value of the description attribute.

Owning Class

CaRemoveItem

Arguments

None

Return Value

LPCTSTR-current description value

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();CaString szDesc = rRemoveItem. GetDescription();

More information: