Completes the asynchronous metadata exchange request and retrieves the service metadata from the response.
Syntax
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 code | Description |
- S_OK
| Method completed successfully.
|
Remarks
EndGetMetadata may block until the metadata retrieval operation has completed.
Requirements
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | WsdClient.h (include Wsdapi.h) |
| IDL | WsdClient.idl |
| DLL | Wsdapi.dll |
See Also
- IWSDServiceProxy
Send comments about this topic to Microsoft
Build date: 11/6/2009