Previous Topic: CaCheckin

Next Topic: bool SetPathOption(HINT32 iOption)


bool SetCheckinMode(HINT32 iMode)

Sets the Checkin Mode for this process.

Note: The following are the allowable values for the Checkin Mode. They are defined in an include file built into the project.

Owning Class

CaCheckin

Arguments

HINT32 iMode-the Checkin Mode

Return Value

True if success, false if fail

Example

CaCheckin& rCheckin = rContext.GetCheckin();
bool bResult = rCheckin. SetCheckinMode(HAR_UPDATE_AND_RELEASE);

More information:

HSDK Programming Fundamentals

CaContext

HINT32 GetCheckinMode(void)