Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
);
Parameters
lpBuf
A pointer to the first byte to be written.nCount
Specifies the number of bytes to be written.
Remarks
If any error occurs while writing the data, the function throws a CInternetException object describing the error.
Exceptions
This method can throw exceptions of type CInternetException.
Requirements
Header: afxinet.h