Helpers.h
资源名称:ISQL_src.zip [点击查看]
上传用户:jsxglz
上传日期:2007-01-03
资源大小:117k
文件大小:1k
源码类别:
SQL Server
开发平台:
Visual C++
- // Helpers.h: interface for the CHelpers class.
- //
- #if !defined(AFX_HELPERS_H__DF0ED2F1_BED3_11D2_BDAA_204C4F4F5020__INCLUDED_)
- #define AFX_HELPERS_H__DF0ED2F1_BED3_11D2_BDAA_204C4F4F5020__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- //////////////////////////////////////////////////////////////////////
- // CHelpers
- class CHelpers
- {
- public:
- static CString GetFileExceptionError(const int& nCause);
- static int Insert(CListCtrlEx* pListCtrl, CString& sRow, int nImage = -1,
- int nIndex = -1);
- ~CHelpers();
- private:
- CHelpers();
- };
- #endif // !defined(AFX_HELPERS_H__DF0ED2F1_BED3_11D2_BDAA_204C4F4F5020__INCLUDED_)