www.pudn.com > duanxinfangwei.rar > CodeQuery.h
// CodeQuery.h: interface for the CCodeQuery class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CODEQUERY_H__AB98DFA3_D3BF_4FF0_8DC7_171E0F614122__INCLUDED_)
#define AFX_CODEQUERY_H__AB98DFA3_D3BF_4FF0_8DC7_171E0F614122__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCodeQuery
{
public:
CString QueryCode(CString queryer, CString code);
CCodeQuery();
virtual ~CCodeQuery();
private:
CString RETURNINFO_DBOPERROR;
CString RETURNINFO_CODEMUIQUERY;
CString RETURNINFO_CODEFRISTQUERY;
CString RETURNINFO_NGCODE;
CString RETURNINFO_NONWUERYINFO;
CString RETURNINFO_NONQUERYER;
};
#endif // !defined(AFX_CODEQUERY_H__AB98DFA3_D3BF_4FF0_8DC7_171E0F614122__INCLUDED_)