detailed description" /> MQPTR
Home

 

MQPTR

The MQPTR data type is the address of data of any type. A pointer must be aligned on its natural boundary; this is a 16-byte boundary on i5/OS, and an 8-byte boundary on other platforms.

Some programming languages support typed pointers; the MQI also uses these in a few cases (for example, PMQCHAR and PMQLONG in the C programming language).



 

Home