Previous Topic: LPCTSTR GetDescription(void)

Next Topic: LPCTSTR GetItemName(void)


HAROBJID GetItemObjId(void)

Retrieves the current value of the item object ID attribute.

Owning Class

CaRemoveItem

Arguments

None

Return Value

HAROBJID-minus one if not set, otherwise the current ID

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();HAROBJID iItemId = rRemoveItem. GetItemObjId();

More information: