File:  [WindowsNT SDKs] / mstools / samples / rpc / hello2 / procs.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:01 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1991, ntsdk-dec-1991, HEAD
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 */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.