Previous Topic: bool SetBranchOut(bool bFlag)

Next Topic: HAROBJID GetItemPathObjId(void)


LPCTSTR GetDescription(void)

Retrieves the current value of the description attribute.

Owning Class

CaRemovePath

Arguments

None

Return Value

LPCTSTR-current description value

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
CaString szDesc = rRemovePath. GetDescription();

More information: