Source code of Windows XP (NT5)
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.

28 lines
771 B

  1. /***************************************************************************
  2. *
  3. * tdnetb.h
  4. *
  5. * This module contains private Transport Driver defines and structures
  6. *
  7. * Copyright 1998, Microsoft
  8. *
  9. ****************************************************************************/
  10. #define NETBIOS_KEY \
  11. L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Netbios\\Linkage"
  12. #define VOLATILE_COMPUTERNAME \
  13. L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ComputerName\\ActiveComputerName"
  14. #define NON_VOLATILE_COMPUTERNAME \
  15. L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ComputerName\\ComputerName"
  16. #define COMPUTERNAME_VALUE L"ComputerName"
  17. typedef struct _LANA_MAP {
  18. BOOLEAN Enum;
  19. UCHAR Lana;
  20. } LANA_MAP, *PLANA_MAP;