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);
CaMoveItem
None
PFN_CARNICB-function pointer to callback
Example
CaMoveItem& rMoveItem = rContext.GetMoveItem(); PFN_CARNICB pfCallback = rMoveItem.GetCallBack();
More information:
| Copyright © 2013 CA. All rights reserved. |
|