Share via


IWSDAsyncResult::HasCompleted (Compact 2013)

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

See Also

Reference

IWSDAsyncResult
Web Services on Devices Interfaces