Previous Topic: bool SetRefactorMode(HINT32 iRefactorMode)

Next Topic: HAROBJID GetItemPathObjId(void)


LPCTSTR GetDescription(void)

Retrieves the current value of the description attribute.

Owning Class

CaMovePath

Arguments

None

Return Value

LPCTSTR-current description value

Example

CaMovePath& rMovePath = rContext.GetMovePath();
CaString szDesc = rMovePath. GetDescription();

More information: