Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.