IWSDAsyncCallback::AsyncOperationComplete (Compact 2013)

3/26/2014

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

See Also

Reference

IWSDAsyncCallback
Web Services on Devices Interfaces