| title | AsyncBase::PutOnProgress 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 | 1f5f180e-eb5a-4afe-ac16-69dbf36f0383 | |
| caps.latest.revision | 3 | |
| author | mikeblome | |
| ms.author | mblome | |
| manager | ghogen |
Sets the address of the progress event handler to the specified value.
STDMETHOD(
PutOnProgress
)(TProgress* progressHandler);
progressHandler
The address to which the progress event handler is set.
S_OK if successful; otherwise, E_ILLEGAL_METHOD_CALL.
Header: async.h
Namespace: Microsoft::WRL