| title | AsyncBase::GetOnComplete Method | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 11/04/2016 | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | reference | |
| f1_keywords |
|
|
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | f06ae02d-9a88-41d2-b749-bdc1a7ff8748 | |
| caps.latest.revision | 3 | |
| author | mikeblome | |
| ms.author | mblome | |
| manager | ghogen |
Copies the address of the current completion event handler to the specified variable.
STDMETHOD(
GetOnComplete
)(TComplete** completeHandler);
completeHandler
The location where the address of the current completion event handler is stored.
S_OK if successful; otherwise, E_ILLEGAL_METHOD_CALL.
Header: async.h
Namespace: Microsoft::WRL