IWSDAsyncCallback::AsyncOperationComplete method (wsdclient.h)

Indicates that the asynchronous operation has completed.

Syntax

HRESULT AsyncOperationComplete(
  [in] IWSDAsyncResult *pAsyncResult,
  [in] IUnknown        *pAsyncState
);

Parameters

[in] pAsyncResult

Pointer to an IWSDAsyncResult object that contains the user-defined state information passed to IWSDAsyncResult::SetCallback.

[in] pAsyncState

The state of the asynchronous operation.

Return value

Possible return values include, but are not limited to, the following:

Return code Description
S_OK
Method completed successfully.

Remarks

The value returned by AsyncOperationComplete is ignored.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdclient.h (include Wsdapi.h)
DLL Wsdapi.dll

See also

IWSDAsyncCallback