Previous Topic: HINT32 GetRefactorMode(void)

Next Topic: void* GetCBUserData(void);


PFN_CARNICB GetCallBack(void);

Returns the callback function pointer for the move item function that is called after each item is refactored.

Note: PFN_CARNICB is a function pointer with the following return value and argument list: void (*PFN_CARNICB)(int iBaseCBReturn, CaMoveItem *pMoveItem, void *pUserData, CaContainer *pBag = NULL);

Owning Class

CaMoveItem

Arguments

None

Return Value

PFN_CARNICB-function pointer to callback

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
PFN_CARNICB pfCallback = rMoveItem.GetCallBack();

More information: