Поделиться через


CInternetFile::Write

Call this member function to write into the given memory, lpvBuf, the specified number of bytes, nCount.

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

Параметры

  • lpBuf
    A pointer to the first byte to be written.

  • nCount
    Specifies the number of bytes to be written.

Заметки

If any error occurs while writing the data, the function throws a CInternetException object describing the error.

Исключения

This method can throw exceptions of type CInternetException.

Требования

Header: afxinet.h

См. также

Основные понятия

CInternetFile Class

CInternetFile Members

Hierarchy Chart