Previous Topic: LPCTSTR GetItemPath (void)

Next Topic: HAROBJID GetTargetItemPathObjId(void)


LPCTSTR GetTargetItemPath (void)

Retrieves the current value of the target item path name attribute.

Owning Class

CaMoveItem

Arguments

None

Return Value

LPCTSTR-current target item path name value

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
CaString szPathName = rMoveItem.GetTargetItemPath();

More information: