Share via


IWMSPacketList::ClonePacketList

banner art

Previous Next

IWMSPacketList::ClonePacketList

The ClonePacketList method creates a copy of the packet list.

Syntax

  HRESULT ClonePacketList(
  
  );

Parameters

ppClonedPacketList

[out] Pointer to a pointer to an IWMSPacketList interface containing the copied packet list.

Return Values

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

Return code Number Description
E_INVALIDARG 0x80070057 ppClonedPacketList is null.
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