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.

26 lines
714 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: C M D E F S . H
  7. //
  8. // Contents: Shared #defines and such between CM (Connection Manager)
  9. // and the network connections folder, among others
  10. //
  11. // Notes:
  12. //
  13. // Author: jeffspr 15 Jan 1999
  14. //
  15. //----------------------------------------------------------------------------
  16. #ifndef _CMDEFS_H_
  17. #define _CMDEFS_H_
  18. // Don't change these randomly. These are based on the max temp file name
  19. // prefix in GetTempFileName
  20. //
  21. #define CM_PBK_FILTER_PREFIX TEXT("_CM")
  22. #endif // _CMDEFS_H_