Previous Topic: LPCTSTR GetScriptFile(void)

Next Topic: void SetExecuteFlag(HINT32  iExecuteFlag)


bool SetDescription(LPCTSTR szDesc)

Sets the description.

Owning Class

CaInteractiveMerge

Arguments

LPCTSTR szDesc

Return Value

True if successful, false if failed

Example

CaInteractiveMerge& rInteractiveMerge=rContext.GetInteractiveMerge();
bool bRel = rInteractiveMerge.SetDescription("My Description");

More information: