Previous Topic: HAROBJID GetItemPathObjId(void)

Next Topic: LPCTSTR GetTargetItemPath (void)


LPCTSTR GetItemPath (void)

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

Owning Class

CaMovePath

Arguments

None

Return Value

LPCTSTR-current source item path name value

Example

CaMovePath& rMovePath = rContext.GetMovePath();
CaString szName = rMovePath.GetItemPath ();

More information: