IWSDAsyncCallback::AsyncOperationComplete (Windows Embedded CE 6.0)

1/6/2010

This method indicates that the asynchronous operation has completed.

Syntax

HRESULT AsyncOperationComplete(
  IWSDAsyncResult* pAsyncResult,
  IUnknown* pAsyncState
);

Parameters

  • pAsyncState
    [in] The state of the asynchronous operation.

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

Remarks

The value returned by AsyncOperationComplete is ignored.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDAsyncCallback
Web Services on Devices Interfaces