Previous Topic: bool GetBranchOut(void)

Next Topic: LPCTSTR GetRemoteMachineName(void)


HINT32 GetRefactorMode(void)

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

Owning Class

CaRenameItem

Arguments

None

Return Value

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

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
HINT32 iRefactorMode = rRenameItem.GetRefactorMode();

More information: