Previous Topic: bool SetCheckout(LPCTSTR szCheckoutName)

Next Topic: bool SetCheckin(LPCTSTR szCheckinName)


bool SetCheckout(HAROBJID iObjId)

Sets the specified Checkout as the current context Checkout.

Owning Class

CaContext

Arguments

HAROBJID iObjId

Return Value

True if success, false if fails

Example

rContext.SetCheckout(iObjId);

More information: