Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.03 KB

File metadata and controls

44 lines (35 loc) · 1.03 KB
title _com_error::WCodeToHRESULT | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-language
ms.topic language-reference
f1_keywords
_com_error::WCodeToHRESULT
dev_langs
C++
helpviewer_keywords
WCodeToHRESULT method [C++]
ms.assetid 0ec43a4b-ca91-42d5-b270-3fde9c8412ea
author mikeblome
ms.author mblome
ms.workload
cplusplus

_com_error::WCodeToHRESULT

Microsoft Specific

Maps 16-bit wCode to 32-bit HRESULT.

Syntax

  
      static HRESULT WCodeToHRESULT(  
   WORD wCode   
) throw( );  

Parameters

wCode
The 16-bit wCode to be mapped to 32-bit HRESULT.

Return Value

32-bit HRESULT mapped from the 16-bit wCode.

Remarks

See the WCode member function.

END Microsoft Specific

See Also

_com_error::WCode
_com_error::HRESULTToWCode
_com_error Class