Previous Topic: LPCTSTR GetDescription(void)

Next Topic: LPCTSTR GetItemPath (void)


HAROBJID GetItemPathObjId(void)

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

Owning Class

CaMovePath

Arguments

None

Return Value

HAROBJID-minus one if not set otherwise the current id

Example

CaMovePath& rMovePath = rContext.GetMovePath();
HAROBJID iItemId = rMovePath.GetItemObjId();

More information: