Previous Topic: HAROBJID GetStateId(void) const

Next Topic: LPCTSTR GetPackageName(void) const


HAROBJID GetProcessId(void) const

Retrieves the object ID of the process.

Owning Class

CaContext

Arguments

None

Example

CaHarvest Harvest;
 CaContext& rContext = Harvest.GetContext();
HAROBJID iProcessId;
 if (rContext.IsProcessSet(HAR_CHECKOUT_PROCESS_TYPE))
    iProcessId = rContext.GetProcessId(HAR_CHECKOUT_PROCESS_TYPE);

The valid process types defined are the following:

More information: