Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This method indicates whether the operation has completed.
Syntax
HRESULT HasCompleted();
Parameters
This method has no parameters.
Return Value
The following table shows the possible error code return values.
Error code |
Description |
|---|---|
S_OK |
This method completed successfully. |
S_FALSE |
This method has not completed successfully. |
Remarks
A failed asynchronous operation is treated as a completed asynchronous operation. Error or fault information can be retrieved from the IWSDAsyncCallback interface using the IWSDAsyncCallback::AsyncOperationComplete method.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |