How to Set Up and Run the RNR Sample Included in the Win32 SDKLast reviewed: September 29, 1995Article ID: Q131505 |
The information in this article applies to:
SUMMARYThis article explains how to set up and operate the Service Registration and Resolution (RNR) sample over the TCP and SPX network protocols. The RNR sample comes with the Microsoft Win32 (SDK) versions 3.5 and 3.51. It illustrates the use of the service registration and resolution APIs.
MORE INFORMATION
How to Set Up the RNR SampleRun rnrsetup /ADD on each client and on the server to call the SetService API with SERVICE_ADD_TYPE. This call stores the service name type, its associated GUID, and relevant addressing information for the specified name spaces in the registry path:
\HKEY_LOCAL_MACHINE \CurrentControlSet \Control \ServiceProvider \ServiceTypesThis information is then retrieved by GetTypeByName() and GetAddressByName() calls respectively to identify the server's address.
How to Operate the RNR Sample
|
Additional reference words: 3.50 3.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |