IWMSPacketListCallback::OnReportPacketListStatus

banner art

Previous Next

IWMSPacketListCallback::OnReportPacketListStatus

The OnReportPacketListStatus method specifies the results of the IWMSPacketList::ReportStatus method call.

Syntax

  HRESULT OnReportPacketListStatus(
  
  );

Parameters

pPacketList

[in] Pointer to an IWMSPacketList interface containing the packet list.

dwStatus

[in] DWORD containing the status of the packet list.

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