Previous Topic: HINT32 GetItemOption(void)

Next Topic: HINT32 GetCheckinMode(void)


LPCTSTR GetDescription(void)

Gets the Description attribute for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

LPCTSTR-the value

Example

CaCheckin& rCheckin = rContext.GetCheckin(); CaString szValue = rCheckin.GetDescription();

More information: