description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: _com_error::HRESULTToWCode |
_com_error::HRESULTToWCode |
11/17/2022 |
|
|
ff3789f5-1047-41a0-b7e3-86dd8f638dba |
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
.
For more information, see _com_error::WCode
.
END Microsoft Specific
_com_error::WCode
_com_error::WCodeToHRESULT
_com_error
class