HRESULT ret=URLDownloadToFile(NULL,"http://img1.2345.com/duoteimg/softImg/soft/7/1331706305_41.jpg","123.jpg",0,NULL);


HRESULT ret=URLDownloadToFile(NULL,"http://a2.att.hudong.com/14/31/01000000000000119093157443914.jpg","111.jpg",0,NULL);
if (S_OK ==ret)//下载url函数
MessageBox(_T("Success DownLoad"));
else
MessageBox(_T(" UnSuccess"));
}