Previous Topic: bool GetBranchOut(void)

Next Topic: CaRemovePath


HINT32 Execute(void)

Executes the RemoveItem process on the Package list currently selected using the Package Chooser.

Owning Class

CaRemoveItem

Arguments

None

Return Value

HINT32

-0 If success.

-1 If it is a server side error, detailed information can be found in the log file if the log file is defined at the HSDK calling function.

-2 If item is not valid.

-3 If multiple matched items.

-4 If package set is not correct.

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem(); HINT32 iResult = rRemoveItem.Execute();

More information: