NetIPC 3000/XL Programmer's Reference Manual (5958-8600)

Table Of Contents
234 AppendixE
C Program Language Considerations
C Program Language Differences
C Program Language Differences
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)