Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 1.12 KB

File metadata and controls

62 lines (55 loc) · 1.12 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager translation.priority.ht translation.priority.mt
AsyncBase::ErrorCode Method | Microsoft Docs
11/04/2016
cpp-windows
reference
async/Microsoft::WRL::AsyncBase::ErrorCode
C++
ErrorCode method
3f5f0f69-d60a-4a67-8cc6-a55fdc89a192
3
mikeblome
mblome
ghogen
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
cs-cz
pl-pl
pt-br
tr-tr

AsyncBase::ErrorCode Method

Retrieves the error code for the current asynchronous operation.

Syntax

inline void ErrorCode(  
   HRESULT *error  
);  

Parameters

error
The location where this operation stores the current error code.

Remarks

This operation is thread-safe.

Requirements

Header: async.h

Namespace: Microsoft::WRL

See Also

AsyncBase Class