IWSDAsyncCallback::AsyncOperationComplete (Compact 2013)
3/26/2014
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 |