_com_error::WCodeToHRESULT

Microsoft 专用

映射 16 位 wCode 为 32 位 HRESULT

static HRESULT WCodeToHRESULT(
   WORD wCode 
) throw( );

参数

  • wCode
    要映射的 16 位 wCode 为 32 位 HRESULT

返回值

从 16 位 wCode映射的 32 位 HRESULT

备注

请参见 WCode 成员函数。

特定于 Microsoft 的结尾

请参见

参考

_com_error::WCode

_com_error::HRESULTToWCode

_com_error选件类