Previous Topic: LPCTSTR GetStateName(void) const

Next Topic: HAROBJID GetProcessId(void) const


HAROBJID GetStateId(void) const

Retrieve the Object Id of the current State.

Owning Class

CaContext

Arguments

None

Return Value

State Object Id if set, NULL_HAROBJID if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); HAROBJID iObjId = rContext.GetStateId();