posts - 13,comments - 0,trackbacks - 0

           

          BOOL Download( CString szURL, CString szDstFile )
          {
          	BOOL res = false;
          	CInternetSession Session;
          	CHttpFile *pHttpFile = NULL;
          
          	try{
          		pHttpFile = (CHttpFile*)Session.OpenURL(szURL);
          	}catch(CInternetException * m_pException){
          		pHttpFile = NULL;
          		m_pException->m_dwError;
          		m_pException->Delete();
          		Session.Close();
          		res = false;
          	}
          
          	CString strLine;
          	CFile xmlFile;
          	BOOL bResult = xmlFile.Open(szDstFile, CFile::modeCreate | CFile::modeWrite);
          	if(pHttpFile != NULL && bResult)
          	{
          		while(pHttpFile->ReadString(strLine) != NULL)
          		{
          			xmlFile.Write(strLine, strLine.GetLength());
          		}
          		xmlFile.Close();
          		res = true;
          	}
          	else
          	{
          		res = false;
          	}
          
          	Session.Close();
          	pHttpFile->Close();
          	delete pHttpFile;
          	pHttpFile = NULL;
          	
          	return res;
          }
           
          posted on 2011-08-31 16:35 CrackRen 閱讀(142) 評論(0)  編輯  收藏 所屬分類: VC

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 喀喇沁旗| 马边| 治县。| 南召县| 平遥县| 余姚市| 武强县| 比如县| 开阳县| 大化| 牙克石市| 三台县| 白银市| 关岭| 洪洞县| 商都县| 桦川县| 如东县| 内丘县| 青铜峡市| 五常市| 崇文区| 西昌市| 湖北省| 开封县| 太仆寺旗| 宜君县| 孟津县| 东城区| 津市市| 中超| 曲麻莱县| 岳阳县| 潼关县| 永和县| 怀远县| 云霄县| 孟州市| 临夏县| 天气| 图们市|