Win32 error codes Description 0x00000000 ERROR_SUCCESS The operation completed successfully. 0x00000000 NERR_Success The operation completed successfully. 0x00000001 ERROR_INVALID_FUNCTION Incorrect function. 0x00000002 ERROR_FILE_NOT_FOUND The system cannot find the file specified. 0x00000003 ERROR_PAT...
Win32 Error Code和NTSTATUS位域组成相同,但Win32 Error Code的取值范围只能在0x00000000---0x0000FFFF Win32 Error Code和COM Error Code,在高2位定义不同,设备来源值可能一样,但代表的设备不一样,设备来源值位数也不一样,但它们又可以互相转换。它们实际上的定义都是LONG型的,都是通过相关的API函数返回值返回...
0x00000001 ERROR_INVALID_FUNCTION Incorrect function. 0x00000002 ERROR_FILE_NOT_FOUND The system cannot find the file specified. 0x00000003 ERROR_PATH_NOT_FOUND The system cannot find the path specified. 0x00000004 ERROR_TOO_MANY_OPEN_FILES The system cannot open the file. 0x00000005 ERROR_...
Win32 error codes Description 0x00000000 ERROR_SUCCESS The operation completed successfully. 0x00000000 NERR_Success The operation completed successfully. 0x00000001 ERROR_INVALID_FUNCTION Incorrect function. 0x00000002 ERROR_FILE_NOT_FOUND The system cannot find the file specified. 0x00000003 ERROR_PAT...
CodeDescriptionName 0Theoperationcompleted successfully. ERROR_SUCCESS 1Incorrectfunction.ERROR_INVALID_FUNCTION 2Thesystemcannotfindthefile specified. ERROR_FILE_NOT_FOUND 3Thesystemcannotfindthe pathspecified. ERROR_PATH_NOT_FOUND 4Thesystemcannotopenthe ...
0x00000001 ERROR_INVALID_FUNCTION Incorrect function. 0x00000002 ERROR_FILE_NOT_FOUND The system cannot find the file specified. 0x00000003 ERROR_PATH_NOT_FOUND The system cannot find the path specified. 0x00000004 ERROR_TOO_MANY_OPEN_FILES The system cannot open the file. 0x00000005 ERROR_...
ERROR_INSTALL_INVALID_PACKAGE 0x80073CF2 包数据无效。 ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED 0x80073CF3 包未通过更新、依赖项或冲突验证。 可能的原因: 传入包与已安装的包冲突。 找不到指定的包依赖项。 包不支持正确的处理器体系结构。有关更多信息,请查看 AppXDeployment-Server 事件日志。 ERROR_INSTALL...
# Calls a function, passing it information about a Win32 error code. # get_OS_error_info(errcode,func); # > errcode: error code # > func: will be called with name and msg (if available) as arguments typedef void OS_error_info_callback (const char* name, const char* msg); local...
Indicates an error in an input file such as a font file. DWRITE_E_UNEXPECTED 0x88985001 Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from. DWRITE_E_NOFONT 0x88985002 Indicates the specified font does not exist. ...
Win32 error codes Description 0x00000000 ERROR_SUCCESS The operation completed successfully. 0x00000000 NERR_Success The operation completed successfully. 0x00000001 ERROR_INVALID_FUNCTION Incorrect function. 0x00000002 ERROR_FILE_NOT_FOUND The system cannot find the file specified. 0x00000003 ERROR_PAT...