Global.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. // Global.h: interface for the CGlobal class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_GLOBAL_H__041278EA_3D51_4901_963B_3EF165DD84FA__INCLUDED_)
  5. #define AFX_GLOBAL_H__041278EA_3D51_4901_963B_3EF165DD84FA__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CGlobal  
  10. {
  11. //Attribute
  12. public:
  13. //Operation
  14. public:
  15. static BOOL IsImgFile(LPCTSTR lpszFileName);
  16. static void ChangeDirectory(LPCTSTR lpszPathName);
  17. public:
  18. CGlobal();
  19. virtual ~CGlobal();
  20. };
  21. #endif // !defined(AFX_GLOBAL_H__041278EA_3D51_4901_963B_3EF165DD84FA__INCLUDED_)