Previous Topic: bool SetCheckout(HAROBJID iObjId)

Next Topic: bool SetCheckin(HAROBJID iObjId)


bool SetCheckin(LPCTSTR szCheckinName)

Sets the specified Checkin as the current context Checkin.

Owning Class

CaContext

Arguments

LPCTSTR szCheckinName

Return Value

True if success, false if fails

Example

rContext.SetCheckin(szName);

More information: