Previous Topic: LPCTSTR GetCompress(void)

Next Topic: HINT32 GetExecuteFlag(void)


LPCTSTR GetDescription(void)

Gets the current value of the Interactive Merge description.

Owning Class

CaInteractiveMerge

Arguments

None

Return Value

LPCTSTR-current value of description

Example

CaInteractiveMerge& rInteractiveMerge=rContext.GetInteractiveMerge();
CaString szDes = rInteractiveMerge.GetDescription();

More information: