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.

59 lines
1.7 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ClNetResEx.h
  7. //
  8. // Implementation File:
  9. // ClNetResEx.cpp
  10. //
  11. // Description:
  12. // Global definitions across the DLL.
  13. //
  14. // Author:
  15. // David Potter (DavidP) March 24, 1999
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef __CLNETRESEX_H__
  23. #define __CLNETRESEX_H__
  24. /////////////////////////////////////////////////////////////////////////////
  25. // Include Files
  26. /////////////////////////////////////////////////////////////////////////////
  27. #ifndef __AFXWIN_H__
  28. #error include 'stdafx.h' before including this file for PCH
  29. #endif
  30. #include "resource.h" // main symbols
  31. /////////////////////////////////////////////////////////////////////////////
  32. // Constant Definitions
  33. /////////////////////////////////////////////////////////////////////////////
  34. #define REGPARAM_DHCP_DATABASEPATH L"DatabasePath"
  35. #define REGPARAM_DHCP_LOGFILEPATH L"LogFilePath"
  36. #define REGPARAM_DHCP_BACKUPPATH L"BackupPath"
  37. #define REGPARAM_WINS_DATABASEPATH L"DatabasePath"
  38. #define REGPARAM_WINS_BACKUPPATH L"BackupPath"
  39. /////////////////////////////////////////////////////////////////////////////
  40. // Global Function Declarations
  41. /////////////////////////////////////////////////////////////////////////////
  42. void FormatError( CString & rstrError, DWORD dwError );
  43. // Defined in Extensn.cpp
  44. extern const WCHAR g_wszResourceTypeNames[];
  45. extern const DWORD g_cchResourceTypeNames;
  46. /////////////////////////////////////////////////////////////////////////////
  47. #endif // __CLNETRESEX_H__