IWMSPacketList::AllocateBuffer

banner art

Previous Next

IWMSPacketList::AllocateBuffer

The AllocateBuffer method allocates a new buffer.

Syntax

  HRESULT AllocateBuffer(
  
  );

Parameters

dwMaxBufferSize

[in] DWORD containing the maximum size to allocate for the buffer.

ppBuffer

[out] Pointer to a pointer to an INSSBuffer interface containing the allocated buffer.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Number Description
E_OUTOFMEMORY 0x8007000E There is insufficient memory to complete the function.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.

See Also

Previous Next