Previous Topic: LPCTSTR GetMergeRule(void)

Next Topic: HINT32 Execute( bUseCurrentContext)


LPCTSTR GetVersionDescription(void)

Gets the current value of the Version Description.

Owning Class

CaConcurrentMerge

Arguments

None

Return Value

LPCTSTR-current value of description

Example

CaConcurrentMerge& rConcurrentMerge = rContext.GetConcurrentMerge(); CaString = rConcurrentMerge.GetVersionDescription();

More information: