IWSDAsyncResult::HasCompleted (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |