Global.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:1k
- // Global.h: interface for the CGlobal class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_GLOBAL_H__041278EA_3D51_4901_963B_3EF165DD84FA__INCLUDED_)
- #define AFX_GLOBAL_H__041278EA_3D51_4901_963B_3EF165DD84FA__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CGlobal
- {
- //Attribute
- public:
- //Operation
- public:
- static BOOL IsImgFile(LPCTSTR lpszFileName);
- static void ChangeDirectory(LPCTSTR lpszPathName);
- public:
- CGlobal();
- virtual ~CGlobal();
- };
- #endif // !defined(AFX_GLOBAL_H__041278EA_3D51_4901_963B_3EF165DD84FA__INCLUDED_)