Previous Topic: LPCTSTR GetMoveItemName(void) const

Next Topic: LPCTSTR GetRemovePathName(void) const


LPCTSTR GetMovePathName(void) const

Retrieves the name of the current MovePath.

Owning Class

CaContext

Arguments

None

Return Value

MovePath process name if set, empty string if empty

Example

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

More information: