Previous Topic: bool SetDeleteAfterCI(bool bFlag)

Next Topic: void SetRemoteMachineName(LPCTSTR szRemoteMachineName)


bool SetDescription(LPCTSTR szDesc)

Sets the Description to be associated with versions created by this Checkin.

Owning Class

CaCheckin

Arguments

LPCTSTR szDesc-the description

Return Value

True if success, false if fail

Example

CaCheckin& rCheckin = rContext.GetCheckin(); bool bResult = rCheckin.SetDescription(“Save work prior to vacation.”);

More information:

HSDK Programming Fundamentals

CaContext

LPCTSTR GetDescription(void)