HPlogo NetIPC 3000/XL Programmer's Reference Manual: HP 3000 MPE/iX Computer Systems > Appendix E C Program Language Considerations

C Program Language Differences

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Parameters

The data (char^) data in IPCSEND and IPCRECV in C programs to designate a long pointer.

Example

For example, in a Pascal program, the IPCSEND intrinsic can be written as:

ipcsend(vcdesc, data, 1, , , result) 

In a C program the same intrinsic call would be written as:

ipcsend(vcdesc, (char^)data, 1, , , result)
Feedback to webmaster