Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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