Previous Topic: bool SetRefactorMode(HINT32 iRefactorMode)

Next Topic: HAROBJID GetItemPathObjId(void)


LPCTSTR GetDescription(void)

Retrieves the current value of the description attribute.

Owning Class

CaRenamePath

Arguments

None

Return Value

LPCTSTR-current description value

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
CaString szDesc = rRenamePath. GetDescription();

More information: