CInternetFile::WriteString

virtual void WriteString( LPCTSTR pstr );
  throw(CInternetException);

参数:
pstr指向包含写入内容的字符串的指针。

说明:此函数写一个空终止字符串到有关文件中。