1/6/2010
This method indicates that the asynchronous operation has completed.
Syntax
HRESULT AsyncOperationComplete(
IWSDAsyncResult* pAsyncResult,
IUnknown* pAsyncState
);
Parameters
- pAsyncResult
[in] Pointer to an IWSDAsyncResult object that contains the user-defined state information passed to IWSDAsyncResult::SetCallback.
- 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 |