description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: _com_error::WCodeToHRESULT |
_com_error::WCodeToHRESULT |
11/17/2022 |
|
|
0ec43a4b-ca91-42d5-b270-3fde9c8412ea |
Microsoft Specific
Maps 16-bit wCode
to 32-bit HRESULT
.
static HRESULT WCodeToHRESULT(
WORD wCode
) throw();
wCode
The 16-bit wCode
to be mapped to 32-bit HRESULT
.
32-bit HRESULT
mapped from the 16-bit wCode
.
See the WCode
member function.
END Microsoft Specific
_com_error::WCode
_com_error::HRESULTToWCode
_com_error
class