Previous Topic: LPCTSTR GetDescription(void)

Next Topic: LPCTSTR GetItemPath (void)


HAROBJID GetItemPathObjId(void)

Retrieves the current value of the view path object ID attribute.

Owning Class

CaRenamePath

Arguments

None

Return Value

HAROBJID-minus one if not set otherwise the current id

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
HAROBJID iItemPathId = rRenamePath. GetItemPathObjId();

More information: