CInternetFile::Write

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

Parameters

lpvBuf

A pointer to the first byte to be written.

nCount

Specifies the number of bytes to be written.

Remarks

Call this member function to write into the given memory, lpvBuf, the specified number of bytes, nCount. If any error occurs while writing the data, the function throws a CInternetException describing the error.

CInternetFile OverviewClass MembersHierarchy Chart