IWMSPacketList::RemovePacket

banner art

Previous Next

IWMSPacketList::RemovePacket

The RemovePacket method removes a specified packet from the packet list.

Syntax

  HRESULT RemovePacket(
  
  );

Parameters

dwPacketNum

[in] DWORD containing the index of the packet to be removed.

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 dwPacketNum is not a valid index location.

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