Previous Topic: HINT32 GetExecuteFlag(void)

Next Topic: LPCTSTR GetParentStateName(void)


LPCTSTR GetParentPackageName(void)

Gets the parent package name of the merge-tagged item.

Owning Class

CaInteractiveMerge

Arguments

None

Return Value

LPCTSTR-value of the parent package name

Example

CaInteractiveMerge& rInteractiveMerge=rContext.GetInteractiveMerge();
CaString szName = rInteractiveMerge.GetParentPackageName();

More information: