IWSDServiceProxy::BeginGetMetadata (Compact 2013)
3/26/2014
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 |