Previous Topic: HAROBJID GetSnapshotViewId(void) const

Next Topic: LPCTSTR GetCheckinName(void) const


LPCTSTR GetCheckoutName(void) const

Retrieve the name of the current Checkout.

Owning Class

CaContext

Arguments

None

Return Value

Checkout name if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaString szName = rContext.GetCheckoutName();