Previous Topic: HAROBJID GetProcessId(void) const

Next Topic: HAROBJID GetPackageId(void) const


LPCTSTR GetPackageName(void) const

Retrieves the name of the current Package.

Owning Class

CaContext

Arguments

None

Return Value

Package name if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaString szName = rContext.GetPackageName();