Previous Topic: void* GetCBUserData(void);

Next Topic: CaConcurrentMerge


HINT32 Execute(void)

Executes the Checkout process on the Version list currently selected using the Version Chooser.

Owning Class

CaCheckout

Arguments

None

Return Value

HINT32-zero if success, nonzero if failure

Example

CaCheckout& rCheckout = rContext.GetCheckout(); HINT32 iResult = rCheckout.Execute();

More information: