How To Get Message Text from Networking Error Codes (149409)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0, when used with:
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Workstation 3.51
This article was previously published under Q149409 SUMMARY
In Windows NT, it is sometimes necessary to display error text associated
with error return codes returned from networking related API functions. For
example, this is needed with the family of functions that may return
networking specific error codes in the Windows NT Net API set.
The error text for these messages is found in the message table file named
Netmsg.dll, which is found in %systemroot%\system32. This file contains
error messages in the range NERR_BASE (2100) through MAX_NERR
(NERR_BASE+899). These error codes are defined in the Windows NT Lan
Manager header file Lmerr.h.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbAPI kbcode kbhowto kbnetwork KB149409 |
---|
|