Previous Topic: LPCTSTR GetFromProjectName(void)

Next Topic: LPCTSTR GetFromStateName(void)


HAROBJID GetFromStateId(void)

Returns the ObjID of the State set by SetFromState.

Owning Class

CaCrossPackageMerge

Arguments

None

Return Value

HAROBJID-State Id containing source state and packages

Example

CaCrossProjectMerge& xprojmrg = rContext.GetCrossProjectMerge(); HAROBJID iFromState = xprojmrg.GetFromStateId();