Previous Topic: LPCTSTR GetWebserverName(void)

Next Topic: LPCTSTR GetClientPath(void) const


HAROBJID GetUserId(void) const

Retrieves the object ID of the current CA Harvest SCM user.

Owning Class

CaContext

Arguments

None

Return Value

Object ID of currently logged in user

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); HAROBJID iUser = rContext.GetUserId();

More information: