Microsoft Internet Security and Acceleration Server 2000

IFWXIOBuffer::GetBufferAndSize Method

Gets the actual data from the memory buffer.

HRESULT GetBufferAndSize(
  BYTE **ppBuffer,
  DWORD *pdwSize
);

Parameters

ppBuffer
[out] Address of a variable that receives a pointer to the buffer.
pdwSize
[out] Pointer to DWORD data type that receives the size, in bytes, of the buffer.

Return Values

S_OK
The method succeeded.
E_NOTIMPL
Returned if the client and server are not in the same apartment. This may happen if the filter is not an in-proc server.