|
|
Microsoft Windows NT Pre-Release 11-19-1991
/****************************************************************************
Microsoft RPC Version 1.0 Alpha
October 1991
Hello2 Example
FILE: hello2\procs.c
PURPOSE: Remote procedures that are linked with the server
side of RPC distributed application hello2
FUNCTIONS: HelloProc2() - prints "hello, world"
COMMENTS:
This version of the distributed application that prints
"hello, world" on the server features a client that
manages its connection to the server. It uses the binding
handle hRpcHello, defined in the file hello2.h.
****************************************************************************/
#include <stdio.h> // printf
void HelloProc2(void)
{
printf("Hello, world\n");
}
/* end of file \hello2\procs.c */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.