Skip to content

Latest commit

 

History

History
101 lines (82 loc) · 2.6 KB

nf-wsdclient-iwsdasyncresult-hascompleted.md

File metadata and controls

101 lines (82 loc) · 2.6 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wsdclient.IWSDAsyncResult.HasCompleted
IWSDAsyncResult::HasCompleted (wsdclient.h)
Indicates whether the operation has completed.
HasCompleted
HasCompleted method
HasCompleted method
IWSDAsyncResult interface
IWSDAsyncResult interface
HasCompleted method
IWSDAsyncResult.HasCompleted
IWSDAsyncResult::HasCompleted
ncd.iwsdasyncresult_hascompleted_method
wsdclient/IWSDAsyncResult::HasCompleted
ncd\iwsdasyncresult_hascompleted_method.htm
ncd
67944519-c6cc-4dc8-9035-4e6ee84e1277
12/05/2018
HasCompleted, HasCompleted method, HasCompleted method,IWSDAsyncResult interface, IWSDAsyncResult interface,HasCompleted method, IWSDAsyncResult.HasCompleted, IWSDAsyncResult::HasCompleted, ncd.iwsdasyncresult_hascompleted_method, wsdclient/IWSDAsyncResult::HasCompleted
wsdclient.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
WsdClient.idl
Wsdapi.dll
Windows
19H1
IWSDAsyncResult::HasCompleted
wsdclient/IWSDAsyncResult::HasCompleted
c++
APIRef
kbSyntax
COM
Wsdapi.dll
IWSDAsyncResult.HasCompleted

IWSDAsyncResult::HasCompleted

-description

Indicates whether the operation has completed.

-returns

This method can return one of these values.

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

Return code Description
S_OK
The operation completed.
S_FALSE
The operation has not completed.

-remarks

A failed asynchronous operation is treated as a completed asynchronous operation. Error or fault information can be retrieved from the IWSDAsyncCallback interface using the IWSDAsyncCallback::AsyncOperationComplete method.

-see-also

IWSDAsyncResult