| title | _com_error::HRESULTToWCode | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 11/04/2016 | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | language-reference | |
| f1_keywords |
|
|
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | ff3789f5-1047-41a0-b7e3-86dd8f638dba | |
| caps.latest.revision | 6 | |
| author | mikeblome | |
| ms.author | mblome | |
| manager | ghogen |
Microsoft Specific
Maps 32-bit HRESULT to 16-bit wCode.
static WORD HRESULTToWCode(
HRESULT hr
) throw( );
hr
The 32-bit HRESULT to be mapped to 16-bit wCode.
16-bit wCode mapped from the 32-bit HRESULT.
See _com_error::WCode for more information.
END Microsoft Specific
_com_error::WCode
_com_error::WCodeToHRESULT
_com_error Class