CInternetFile::Write

virtual void Write( const void* lpBuf, UINT nCount );
  throw CInternetException( );

参数:
lpvBuf指向将写入的第一个字节的指针。
nCount确定将写入的字节数。

说明:
调用此成员函数以将nCount确定的字节数写入指定内存lpvBuf。如果写数据的时候出错,函数产生CInternetException来描述错误。