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.

18 lines
565 B

  1. /**********************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1990 **/
  4. /**********************************************************************/
  5. /*
  6. * History
  7. * chuckc 12/7/90 Created
  8. */
  9. // define some magic numbers for error checking (BUGBUG, need resolve globally)
  10. #define WKSTA_MAGIC1 0xF3F7
  11. #define WKSTA_MAGIC2 0xFED1
  12. #define LMOBJ_CONSTRUCTED 0xf4
  13. #define LMOBJ_UNCONSTRUCTED 0xf5
  14. #define LMOBJ_VALID 0xf6
  15. #define LMOBJ_INVALID 0xf7