Previous Topic: LPCTSTR GetPlacement(void)

Next Topic: HINT32 Execute(void)


LPCTSTR GetVersionDescription(void)

Gets text description of merged version.

Owning Class

CaCrossPackageMerge

Arguments

None

Return Value

LPCTSTR szDescription-the description itself

Example

CaCrossProjectMerge& xprojmrg = rContext.GetCrossProjectMerge(); LPCTSTR szDescription = xprojmrg.GetVersionDescription("Version description");

More information: