1Facility may need to be adapted 2Holds for ‘real’ Win32 error codes. For compatibility error codes, use HRESULT_FROM_WIN32 3As long as you have a ‘real’ HRESULT (i.e. not one from HRESULT_FROM_WIN32) and want to get a ‘real’ Win32 error code (i.e. not a compaitibilit...
2Holds for ‘real’ Win32 error codes. For compatibility error codes, use HRESULT_FROM_WIN32 3As long as you have a ‘real’ HRESULT (i.e. not one from HRESULT_FROM_WIN32) and want to get a ‘real’ Win32 error code (i.e. not a compaitibility one) — otherwiseit can get tr...
I'm also noticing some things which look suspiciously like ntstatus values, but which don't seem to be documented anywhere and aren't present in ntstatus.h. I'm not sure what these values might be, but I'm going to document them here as I find/remember them.I have also added codes ...
Severity codes are as follows. 展開資料表 Value Meaning STATUS_SEVERITY_SUCCESS 0x0 Success STATUS_SEVERITY_INFORMATIONAL 0x1 Informational STATUS_SEVERITY_WARNING 0x2 Warning STATUS_SEVERITY_ERROR 0x3 Error C (1 bit): Customer. This specifies if the value is customer- or Microsoft-...
[MS-ERREF]: Windows Error Codes 1 Introduction 2 Structures 2 Structures 2.1 HRESULT 2.2 Win32 Error Codes 2.3 NTSTATUS 2.3 NTSTATUS 2.3.1 NTSTATUS Values 2.4 LDAP Error to Win32 Error Mapping 3 Structure Example 4 Security Considerations 5 Appendix A: Product Behavior 6 Change Tracking 7 Inde...
[MS-ERREF]: Windows Error Codes 1 Introduction 2 Structures 2 Structures 2.1 HRESULT 2.2 Win32 Error Codes 2.3 NTSTATUS 2.3 NTSTATUS 2.3.1 NTSTATUS Values 2.4 LDAP Error to Win32 Error Mapping 3 Structure Example 4 Security Considerations 5 Appendix A: Product Behavior 6 Change Tracking 7 Inde...
(Vendors can also define private status codes, although they rarely need to. For more information, see Defining New NTSTATUS Values.) NTSTATUS values are divided into four types: success values, informational values, warnings, and error values. Numerous values are assigned to each type. A common...
drivers provide an NTSTATUS-typed value in an IRP'sIO_STATUS_BLOCKstructure whencompleting IRPs. The NTSTATUS type is defined in Ntdef.h, and system-supplied status codes are defined in Ntstatus.h. (Vendors can also define private status codes, although they rarely need to. For more information...
Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing oNode is moved or the extent stream is converted to a large stream. 0xC000022D STATUS_RETRY The request needs to be retried. 0xC000022E STATUS_FOUND_OUT_OF_SCOPE The att...
The Smart Card Resource Manager, however, needs Win32 error codes. You can use this function in your device I/O control routine to map the Windows NT status value to a Win32 error code.Requirements展開資料表 Header smclib.h Windows Embedded CE Windows CE 3.0 and later...