翻訳と辞書
Words near each other
・ Hreiðars þáttr
・ Hreiðmarr
・ Hrejkovice
・ Hrelja
・ Hreljin
・ Hreljin Castle
・ Hreljin Viaduct
・ Hreljići
・ Hrenca
・ Hrenova
・ Hrenovice
・ Hrenovuha
・ Hreppur
・ Hrere
・ Hresk
HRESULT
・ HResume
・ Hrethel
・ Hretska Ploshcha
・ HReview
・ Hreðavatn
・ Hreðmōnaþ
・ Hreðric and Hroðmund
・ Hreša
・ HRF
・ HRFC
・ HRG
・ HRG (gene)
・ HRG Engineering Company
・ HRG Group


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

HRESULT : ウィキペディア英語版
HRESULT
In the field of computer programming, the HRESULT is a data type used in Windows operating systems, and the earlier IBM/Microsoft OS/2 operating system, to represent error conditions, and warning conditions.
The original purpose of HRESULTs was to formally lay out ranges of error codes for both public and Microsoft internal use in order to prevent collisions between error codes in different subsystems of the OS/2 operating system.
HRESULTs are numerical error codes. Various bits within an HRESULT encode information about the nature of the error code, and where it came from.
HRESULT error codes are most commonly encountered in COM programming, where they form the basis for a standardized COM error handling convention.
==HRESULT format==
An HRESULT value has 32 bits divided into three fields: a ''severity'' code, a ''facility'' code, and an ''error'' code. The severity code indicates whether the return value represents information, warning, or error. The facility code identifies the area of the system responsible for the error. The error code is a unique number that is assigned to represent the exception. Each exception is mapped to a distinct HRESULT.
HRESULTs are organized as follows:〔(MSDN Windows Error Code reference ). Reference re-verified September 24, 2014〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「HRESULT」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.