IWMSPacketList::SetPacketParser

banner art

Previous Next

IWMSPacketList::SetPacketParser

The SetPacketParser method specifies the IWMSPacketParser interface that created the packet list.

Syntax

  HRESULT SetPacketParser(
  
  );

Parameters

pSource

[in] Pointer to an IWMSPacketParser interface containing the packet parser.

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