Share via


Next Method (EnumWSDLPorts) (Windows Embedded CE 6.0)

1/6/2010

This method returns the next service from the collection.

Syntax

HRESULT Next(
  long celt, 
  IWSDLService** ppWSDLService, 
  long* pulFetched
);

Parameters

  • celt
    [in] Number of services to retrieve. The only value allowed is 1.
  • ppWSDLService
    [out] Reference to the WSDLService object.
  • pulFetched
    [out] Number of service objects retrieved (1 or 0).

Return Value

The following table describes the common return values.

Value Description

S_OK

Success.

E_NOTIMPL

The function contains no implementation.

E_OUTOFMEMORY

Out of memory.

Requirements

Header mssoap.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

EnumWSDLPorts
WSDLReader