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

CaRemovePath

Arguments

None

Return Value

HAROBJID-minus one if not set otherwise the current id

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
HAROBJID iItemId = rRemovePath.GetItemObjId();

More information: