Returns the callback function pointer for the rename 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, CaRenameItem *pRenameItem, void *pUserData, CaContainer *pBag = NULL);
CaRenameItem
None
PFN_CARNICB-function pointer to callback
Example
CaRenameItem& rRenameItem = rContext.GetRenameItem(); PFN_CARNICB pfCallback = rRenameItem.GetCallBack();
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|