Previous Topic: bool SetCheckin(LPCTSTR szCheckinName)

Next Topic: bool SetInteractiveMerge(LPCTSTR szInteractiveMergeName)


bool SetCheckin(HAROBJID iObjId)

Sets the specified Checkin as the current context Checkin.

Owning Class

CaContext

Arguments

HAROBJID iObjId

Return Value

True if success, false if fails

Example

rContext.SetCheckin(iObjId);

More information: