Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
929 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. uilmini.h
  5. Abstract:
  6. This file maps the LM 2.x include file name to the appropriate NT include
  7. file name, and does any other mapping required by this include file.
  8. Author:
  9. Dan Hinsley (danhi) 8-Jun-1991
  10. Jon Newman (jonn) 19-Oct-1991: added LMI_COMP_FILESRV, LMI_PARM_F_REMARK
  11. Environment:
  12. User Mode - Win32
  13. Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
  14. Requires ANSI C extensions: slash-slash comments.
  15. --*/
  16. #define LMI_PARM_S_FILESRV "server"
  17. #define LMI_COMP_SERVICE "services"
  18. #define LMI_COMP_VERSION "version"
  19. #define LMI_PARM_V_LAN_MANAGER "lan_manager"
  20. #define LMI_COMP_FILESRV "server"
  21. #define LMI_PARM_F_REMARK "srvcomment"