- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
README.TXT
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:
Windows编程
开发平台:
Visual C++
- CDS
- The directory samplesrpcnscds contains the following files that
- describe the gateway protocol to the DCE Cell Directory Service (CDS):
- FILES
- =====
- File Description
- README.TXT This readme file
- NSICLT.IDL[ACF] Client-side interface
- NSISVR.IDL[ACF] Server-side interface
- NSICOM.IDL[ACF] Interface common to client and server
- NSIMGM.IDL[ACF] Interface for management
- The OSF DCE environment uses the DCE Cell Directory Service
- (CDS) for its RPC name service. However, the OSF has not yet
- released a specification of the protocol used to access the
- CDS. To allow interoperation between DCE computers and RPC
- client applications that call RPC name service API
- functions, you must use a gateway to the DCE CDS.
- To help you develop such a gateway, Microsoft defines an
- interface for a gateway protocol in the files NSICLT.IDL,
- NSSVR.IDL, and NSICOM.IDL, and provides the client-side
- implementation of this gateway protocol in RPCNS.DLL. One
- such implementation of the server side gateway is currently
- available in the Digital Equipment Corporation DCE Starter
- Kit.
- To use the gateway so that your RPC application can
- interoperate with DCE RPC applications:
- 1. Verify that the gateway is started on the DCE host
- 2. Verify that the client is running the TCP/IP transport
- 3. (Microsoft Windows NT and Windows 95 only) Set the registry entry
- SoftwareMicrosoftRpcNameServiceServerNetworkAddress to a
- string of the form "<ip address of gateway 1>; <ip address
- of gateway 2>...", where <ip address of gateway n> is the ip
- address of the nth gateway in the list.
- 4. Set the following registry entries under Software
- MicrosoftRpcNameService to the following values:
- Entry Value
- Protocol ncacn_ip_tcp
- NetworkAddress <ip addr gateway 1>; <ip addr gateway 2>...
- Endpoint <empty string>
- To change registry entry settings on Microsoft Windows NT or Windows 95,
- use the REGEDIT utility. On MS-DOS and Microsoft Windows,
- edit the text file RPCREG.DAT.