www.pudn.com > SMS.rar > global.cpp
#include "stdafx.h"
#include "global.h"
// ´íÎóÀàÐÍ
const TCHAR *g_pErrorTypeDesc[] =
{
_T("Success"),
_T("Invalid Data"),
_T("None Mobile"),
_T("Not Initialized"),
_T("Mobile Enable"),
_T("Mobile Disable"),
_T("Over SMS Count Per SIM"),
_T("Parameter Error"),
_T("Config Error"),
_T("Buffer Queue Fill"),
_T("Send SMS Failed"),
_T("System Terminate"),
_T("Is Not Mobile NO"),
_T(""),
};