Previous Topic: bool GetIncludepkgHistory(void)

Next Topic: CaMovePath


HINT32 Execute(void)

Executes the MovePackage process on the Package currently selected using the Package Chooser and the source and target project and state names specified by the class methods.

Owning Class

CaMovePackage

Arguments

None

Return Value

HINT32

-0 If success.

Example

CaMovePackage& rMovePackage = rContext.GetMovePackage();
HINT32 iresult = rMovePackage.execute();

More information: