DCE Application Programming Guide
Sample Mixed-Language Application
HP NonStop DCE Application Programming Guide—429551-003
B-4
The Client File
The Client File
The client file is shown in Figure B-4 on page B-5.
void TurnaroundCobol (unsigned long *iterations,
unsigned long buflen,
unsigned char *buffer)
{
(void) COBOLADDONE (iterations, &buflen, buffer);
}
Figure B-3. The Server File in a Mixed-Language Application (page 3 of 3)