Previous Topic: bool GetBranchOut(void)

Next Topic: HINT32 Execute(void)


HINT32 GetRefactorMode(void)

Retrieves the current value for the handling of version locks for refactored items.

Owning Class

CaMovePath

Arguments

None

Return Value

HINT32-current value for “RefactorMode” attribute associated with the MovePath process.

Example

CaMovePath& rMovePath = rContext.GetMovePath();
HINT32 iRefactorMode = rMovePath.GetRefactorMode();

More information: