Click to Rate and Give Feedback
MSDN
MSDN Library
System Services
Device Services
IWSDServiceProxy
 IWSDServiceProxy::BeginGetMetadata ...
IWSDServiceProxy::BeginGetMetadata Method

Initiates an asynchronous metadata exchange request with the remote service.

Syntax

C++
HRESULT BeginGetMetadata(
  [out]  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

Possible return values include, but are not limited to, the following:

Return codeDescription
S_OK

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

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderWsdClient.h (include Wsdapi.h)
IDLWsdClient.idl
DLLWsdapi.dll

See Also

IWSDServiceProxy

Send comments about this topic to Microsoft

Build date: 11/6/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker