_com_error::WCodeToHRESULT

Microsoft Specific

static HRESULT WCodeToHRESULT( WORD wCode ) throw( );

Return Value

32-bit HRESULT mapped from the 16-bit wCode.

Parameters

wCode

The 16-bit wCode to be mapped to 32-bit HRESULT

Remarks

Performs 16-bit wCode to 32-bit HRESULT mapping. See the WCode member function.

See Also   _com_error::WCode, _com_error::HRESULTToWCode, _com_error Overview

END Microsoft Specific