Previous Topic: LPCTSTR GetVersionDescription(void)

Next Topic: CaDeletePackage


HINT32 Execute(void)

Executes the CrossProjectMerge process on the Package in the current context with the Packages in the Package Chooser.

Note: Packages in Package Chooser must be from the Project and State specified by SetFromState(). This is accomplished by setting the Project and State. The CaPackageChooser will search with CaPackageChooser::SetProjectObjId( iProject ) and CaPackageChooser::SetStateObjId( iState ), and then CaPackageChooser::Execute (false) to allow searching outside of context.

Owning Class

CaCrossPackageMerge

Arguments

None

Return Value

HINT32-zero if success, nonzero if failure

Example

CaCrossProjectMerge& rConcurrentMerge = rContext.GetConcurrentMerge(); HINT32 iResult = rConcurrentMerge.Execute();