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.

32 lines
711 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. COMPNAME.H
  5. Abstract:
  6. Contains the common data structures for the Get/SetComputerName API
  7. Author:
  8. Dan Hinsley (DanHi) 16-Apr-1992
  9. Revision History:
  10. --*/
  11. #define COMPUTERNAME_ROOT \
  12. L"\\Registry\\Machine\\System\\Current_Control_Set\\Services\\ComputerName"
  13. #define NON_VOLATILE_COMPUTERNAME_NODE \
  14. L"\\Registry\\Machine\\System\\Current_Control_Set\\Services\\ComputerName\\ComputerName"
  15. #define VOLATILE_COMPUTERNAME L"ActiveComputerName"
  16. #define NON_VOLATILE_COMPUTERNAME L"ComputerName"
  17. #define COMPUTERNAME_VALUE_NAME L"ComputerName"
  18. #define CLASS_STRING L"Network ComputerName"