_com_error::WCodeToHRESULT
Microsoft 專有的
16 位元會對應wCode至 32 位元HRESULT。
static HRESULT WCodeToHRESULT(
WORD wCode
) throw( );
參數
- wCode
16 位元wCode對應到 32 位元HRESULT。
傳回值
32 位元HRESULT從 16 位元對應wCode。
備註
請參閱 WCode 成員函式。
結束 Microsoft 特定
Microsoft 專有的
16 位元會對應wCode至 32 位元HRESULT。
static HRESULT WCodeToHRESULT(
WORD wCode
) throw( );
32 位元HRESULT從 16 位元對應wCode。
請參閱 WCode 成員函式。
結束 Microsoft 特定