Share via


IWMSPacketList::SetBuffer

banner art

Previous Next

IWMSPacketList::SetBuffer

The SetBuffer method specifies the buffer associated with this packet list.

Syntax

  HRESULT SetBuffer(
  
  );

Parameters

pBuffer

[in] Pointer to an INSSBuffer interface containing the buffer to set.

Return Values

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

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