20170623

Using NTSTATUS Values

Using NTSTATUS Values
【外部リンク】
https://msdn.microsoft.com/en-us/library/windows/hardware/ff565436(v=vs.85).aspx
NT_SUCCESS(Status)
Evaluates to TRUE if the return value specified by Status is a success type (0 − 0x3FFFFFFF) or an informational type (0x40000000 − 0x7FFFFFFF).
NT_INFORMATION(Status)
Evaluates to TRUE if the return value specified by Status is an informational type (0x40000000 − 0x7FFFFFFF).
NT_WARNING(Status)
Evaluates to TRUE if the return value specified by Status is a warning type (0x80000000 − 0xBFFFFFFF).
NT_ERROR(Status)
Evaluates to TRUE if the return value specified by Status is an error type (0xC0000000 - 0xFFFFFFFF).

【リンク】
http://bloggerblog0.blogspot.jp/2016/10/231-ntstatus-values.html
エラーコード 2.3.1 NTSTATUS Values

【リンク】
http://bloggerblog0.blogspot.jp/2016/10/blog-post_75.html
エラーコード2.1.1 HRESULT Values
--

注目の投稿

could not be found or reached (error code 404) Type in the full address (e.g. www.shop.com)

could not be found or reached (error code 404) Type in the full address (e.g. www.shop.com) 【外部リンク】

人気の投稿