How Database WinSock APIs Are Implemented in Windows NT 3.5Last reviewed: September 29, 1995Article ID: Q130024 |
The information in this article applies to:
SUMMARYThis article describes the ways in which various WinSock database APIs are implemented through the Windows NT versions 3.5 and 3.51 implementation of the WinSock DLL. The article covers the following WinSock database APIs: gethostbyname(), gethostbyaddr(), getprotobyname(), getprotobynumber(), getservbyname(), and getservebynumber().
MORE INFORMATIONFollowing are the steps taken by each API. In a case where more than one step may be taken to resolve the requested information, the process is not carried to the next step if the information is resolved in the current step. gethostbyname():
gethostbyaddr():
NetBIOS name table. This step is specific only to the Windows NT version 3.51 implementation.getprotobyname() and getprotobynumber():
|
Additional reference words: 3.50 3.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |