Retrieves the user data that will be passed to the callback function on each callback execution.
Note: The callback function takes as an argument a void*, and during execution the data set by this method is passed to the callback function through this argument. The callback function must know how to interpret this data itself.
CaCheckout
None
void*-user-defined data type that is expected by callback function
Example
CaCheckout& rCheckout = rContext.GetCheckout(); void*rCheckout.GetCBUserData( (void*) &usrData );
More information:
| Copyright © 2013 CA. All rights reserved. |
|