IWSDServiceProxy::BeginGetMetadata (Windows Embedded CE 6.0)

1/6/2010

This method initiates an asynchronous metadata exchange request with the remote service.

Syntax

HRESULT BeginGetMetadata(
  IWSDAsyncResult** ppResult
);

Parameters

  • ppResult
    [out] An IWSDAsyncResult interface that you use to poll for the result, register a callback object, or configure an event to be signaled when the response is received.

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

E_POINTER

ppResult is NULL.

E_ABORT

The method could not be completed.

E_OUTOFMEMORY

Insufficient memory to complete the operation.

E_FAIL

The method failed.

Remarks

Call IWSDServiceProxy::EndGetMetadata to complete the asynchronous operation and to retrieve the metadata.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDServiceProxy
Web Services on Devices Interfaces