README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. CDS
  2. The directory samplesrpcnscds contains the following files that
  3. describe the gateway protocol to the DCE Cell Directory Service (CDS):
  4. FILES
  5. =====
  6. File               Description
  7. README.TXT         This readme file
  8. NSICLT.IDL[ACF]    Client-side interface
  9. NSISVR.IDL[ACF]    Server-side interface
  10. NSICOM.IDL[ACF]    Interface common to client and server
  11. NSIMGM.IDL[ACF]    Interface for management
  12. The OSF DCE environment uses the DCE Cell Directory Service
  13. (CDS) for its RPC name service. However, the OSF has not yet
  14. released a specification of the protocol used to access the
  15. CDS. To allow interoperation between DCE computers and RPC
  16. client applications that call RPC name service API
  17. functions, you must use a gateway to the DCE CDS.
  18. To help you develop such a gateway, Microsoft defines an
  19. interface for a gateway protocol in the files NSICLT.IDL,
  20. NSSVR.IDL, and NSICOM.IDL, and provides the client-side
  21. implementation of this gateway protocol in RPCNS.DLL. One
  22. such implementation of the server side gateway is currently
  23. available in the Digital Equipment Corporation DCE Starter
  24. Kit.
  25. To use the gateway so that your RPC application can
  26. interoperate with DCE RPC applications:
  27. 1. Verify that the gateway is started on the DCE host
  28. 2. Verify that the client is running the TCP/IP transport
  29. 3. (Microsoft Windows NT and Windows 95 only) Set the registry entry
  30.    SoftwareMicrosoftRpcNameServiceServerNetworkAddress to a
  31.    string of the form "<ip address of gateway 1>; <ip address
  32.    of gateway 2>...", where <ip address of gateway n> is the ip
  33.    address of the nth gateway in the list.
  34. 4. Set the following registry entries under Software
  35.    MicrosoftRpcNameService to the following values:
  36.    Entry            Value
  37.    Protocol         ncacn_ip_tcp
  38.    NetworkAddress   <ip addr gateway 1>; <ip addr gateway 2>...
  39.    Endpoint         <empty string>
  40.    To change registry entry settings on Microsoft Windows NT or Windows 95,
  41.    use the REGEDIT utility. On MS-DOS and Microsoft Windows,
  42.    edit the text file RPCREG.DAT.