Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
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 |