Microsoft Internet Security and Acceleration Server 2000 |
Allocates a buffer object of the given size.
HRESULT CreateBuffer( DWORD dwBufferLength, IFWXIOBuffer **pIOBuffer );
Use to create an empty buffer for data that is not constant. To create a buffer for data that is constant, use the IFWXFirewall::CreateConstBuffer method.
Filters are not required to use this method. A filter may provide its own buffer objects as long as they support the IFWXIOBuffer interface.
IFWXFirewall::CreateConstBuffer, IFWXFirewall::CreateWindowBuffer.