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

CaMovePath

Arguments

None

Return Value

LPCTSTR-current target name value

Example

CaMovePath& rMovePath = rContext.GetMovePath();
CaString szPathName = rMovePath.GetTargetItemPath();

More information: