Returns the callback function pointer for the checkout function that is called after each item is checked in.
Note: PFN_CACOCB is a function pointer with the following return value and argument list: void (*PFN_CACOCB)(int iBaseCBReturn, CaCheckout *pCheckout, void *pUserData, CaContainer *pBag = NULL);
CaCheckout
None
PFN_CACOCB-function pointer to callback
Example
CaCheckout& rCheckout = rContext.GetCheckout(); PFN_CACOCB pfCallback = rCheckout.GetCallBack();
More information:
| Copyright © 2013 CA. All rights reserved. |
|