CInternetFile::WriteString

This function writes a null-terminated string to the associated file.

virtual void WriteString( 
   LPCTSTR pstr  
);

Параметры

  • pstr
    A pointer to a string containing the contents 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