| title | AsyncBase::get_Id Method | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 11/04/2016 | ||
| ms.technology |
|
||
| ms.topic | reference | ||
| f1_keywords |
|
||
| dev_langs |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 591d8366-ea76-4deb-9278-9d3bc394a42b | ||
| author | mikeblome | ||
| ms.author | mblome | ||
| ms.workload |
|
Retrieves the handle of the asynchronous operation.
STDMETHOD(
get_Id
)(unsigned int *id) override;
id
The location where the handle is to be stored.
S_OK if successful; otherwise, E_ILLEGAL_METHOD_CALL.
This method implements IAsyncInfo::get_Id.
Header: async.h
Namespace: Microsoft::WRL