Previous Topic: bool GetBranchOut(void)

Next Topic: PFN_CARNICB GetCallBack(void);


HINT32 GetRefactorMode(void)

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

Owning Class

CaMoveItem

Arguments

None

Return Value

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

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
HINT32 iRefactorMode = rMoveItem.GetRefactorMode();

More information: