CInternetFile::Write

调用该成员函数写入给定的内存,lpvBuf,指定的字节数,nCount。

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

参数

  • lpBuf
    对于将要编写的第一个字节的指针。

  • nCount
    指定要写入的字节数。

备注

如果出现任何错误,当编写时该数据,函数引发描述错误的 CInternetException 对象。

异常

此方法会引发类型 CInternetException的异常。

要求

Header: afxinet.h

请参见

参考

CInternetFile选件类

层次结构图