Previous Topic: HAROBJID GetItemPathObjId(void)

Next Topic: bool GetCreateOnBranch(void)


LPCTSTR GetItemPath (void)

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

Owning Class

CaRemovePath

Arguments

None

Return Value

LPCTSTR-current source item path name value

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
CaString szName = rRemovePath.GetItemPath ();

More information: