Previous Topic: LPCTSTR GetRemotePassword(void)

Next Topic: void* GetCBUserData(void);


PFN_CARNICB GetCallBack(void);

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);

Owning Class

CaRenameItem

Arguments

None

Return Value

PFN_CARNICB-function pointer to callback

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
PFN_CARNICB pfCallback = rRenameItem.GetCallBack();

More information: