Discussion of DCE CDS and RPC NSILast reviewed: May 9, 1997Article ID: Q103738 |
The information in this article applies to:
The Microsoft remote procedure call (RPC) run-time library provides a set of name service APIs (all prefixed by "RpcNs") to enable RPC applications to access name service information. RPC servers can export names and associated binding information to a name service database through these APIs. And, using the same set of APIs, RPC clients can import server binding information. The RPC library implements these APIs by accessing a name service database through the RPC run-time interface called the name service interface (NSI). This interface is used to access information stored by various name service providers, such as the RPC Locator or the DCE Cell Directory Service (CDS) service. On Windows NT systems, the default RPC name service provider is the RPC Locator. The RPC Locator maintains a loosely consistent database that is strictly cached and volatile. An administrator can select an alternative RPC name service provider from Control Panel in the Network section. (DCE CDS is the only alternative supported in Windows NT version 3.1.)
Limitations
|
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |