SMBSMPEX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997 <company name>
  4. //
  5. // Module Name:
  6. // SmbSmpEx.h
  7. //
  8. // Abstract:
  9. // Global definitions across the DLL.
  10. //
  11. // Implementation File:
  12. // SmbSmpEx.cpp
  13. //
  14. // Author:
  15. // <name> (<e-mail name>) Mmmm DD, 1997
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef _SMBSMPEX_H_
  23. #define _SMBSMPEX_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_SMBSMP_SHARENAME L"ShareName"
  35. #define REGPARAM_SMBSMP_PATH L"Path"
  36. #define REGPARAM_SMBSMP_REMARK L"Remark"
  37. /////////////////////////////////////////////////////////////////////////////
  38. // Global Function Declarations
  39. /////////////////////////////////////////////////////////////////////////////
  40. void FormatError(CString & rstrError, DWORD dwError);
  41. // Defined in Extensn.cpp
  42. extern const WCHAR g_wszResourceTypeNames[];
  43. extern const DWORD g_cchResourceTypeNames;
  44. /////////////////////////////////////////////////////////////////////////////
  45. #endif // _SMBSMPEX_H_