IWSDServiceProxy::EndGetMetadata Method

Completes the asynchronous metadata exchange request and retrieves the service metadata from the response.

Syntax

C++
HRESULT EndGetMetadata(
  [in]   IWSDAsyncResult *pResult,
  [out]  WSD_METADATA_SECTION_LIST **ppMetadata
);

Parameters

pResult [in]

An IWSDAsyncResult interface that represents the result of the request. Release this object when done.

ppMetadata [out]

Requested metadata. For details, see WSD_METADATA_SECTION_LIST. Do not release this object.

Return Value

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

Return codeDescription
S_OK

Method completed successfully.

 

Remarks

EndGetMetadata may block until the metadata retrieval operation has completed.

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 :


Page view tracker