หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Microsoft Specific
Maps 16-bit wCode to 32-bit HRESULT.
Syntax
static HRESULT WCodeToHRESULT(
WORD wCode
) throw();
Parameters
wCode
The 16-bit wCode to be mapped to 32-bit HRESULT.
Return value
32-bit HRESULT mapped from the 16-bit wCode.
Remarks
See the WCode member function.
END Microsoft Specific
See also
_com_error::WCode
_com_error::HRESULTToWCode
_com_error class