The Append method appends a specified number of bytes of data to the buffer object.
HRESULT Append( [in] void const* pv, [in] ULONG cb, [out] ULONG* pcbWritten );
Pointer to the buffer that is appended to the buffer object.
The number of bytes of data to attempt to append to the data in the buffer object.
Pointer to a ULONG that on return receives the actual number of bytes appended to the data in the buffer object.
The data was successfully appended to the buffer object.
Not all the data was appended to the buffer object because the buffer is full.
This method does not resize the buffer. The pcbWritten parameter is valid even if a FWX_E_BUFFERFULL error is returned.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
DLL |
Requires Wspsrv.exe. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.