Previous Topic: LPCTSTR GetDescription(void)

Next Topic: LPCTSTR GetParentPackageName(void)


HINT32 GetExecuteFlag(void)

Gets the interactive merge options: 3-way or 2-way.

Owning Class

CaInteractiveMerge

Arguments

None

Return Value

0-3-way

1-2-way

Example

CaInteractiveMerge& rInteractiveMerge=rContext.GetInteractiveMerge();
HINT32 iExeFlag = rInteractiveMerge.GetExecuteFlag();

More information: