Previous Topic: LPCTSTR GetTargetItemPath (void)

Next Topic: SetItemObjIdLPCTSTR GetClientDir(void)


HAROBJID GetTargetItemPathObjId(void)

Retrieves the current value of the target item path object ID attribute.

Owning Class

CaMoveItem

Arguments

None

Return Value

HAROBJID-minus one if not set otherwise the current id

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
HAROBJID iPathItemId = rMoveItem.GetTargetItemPathObjId();

More information: