RSC/MP 7.2 Programming Manual
Language Conversion for RSC/MP Function Calls
HP NonStop Remote Server Call (RSC/MP) Programming Manual—522360-004
B-3
C Function Format
C Function Format
C function definition:
C function syntax:
ULONG ulOptionsHandle;
ULONG ulConnectionHandle;
ULONG ulSessionHandle;
SHORT nIoHandle;
USHORT uRetcode;
USHORT uWriteSize;
USHORT *puReadSize;
CHAR acServerName [32];
VOID *pvReadBuffer;
VOID *pvWriteBuffer;
uRetcode = RscWriteRead (ulOptionsHandle
,ulConnectionHandle
,ulSessionHandle
,pcServerName
,nIoHandle
,pvWriteBuffer
,uWriteSize
,pvReadBuffer
,puReadSize
);