Main Page Modules Data Structures File List Data Fields Globals Related Pages
The direction in which parameters are passed is indicated as follows:
- [in/out] Parameter is passed and potentially changed
- [in] Parameter is in only and will not be modified
- [out] Parameter is out only
Typically out and in/out parameters are passed via pointers either to primitive types or to handles.
For situations where a buffer is required a double call approach is adopted.
Generated Thu Aug 11 23:41:24 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference