Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
d6d88652
Commit
d6d88652
authored
Mar 07, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Mar 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more error codes.
parent
fde2abba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
winerror.h
include/winerror.h
+55
-0
No files found.
include/winerror.h
View file @
d6d88652
...
...
@@ -460,6 +460,61 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
#define ERROR_MP_PROCESSOR_MISMATCH 725
#define ERROR_HIBERNATED 726
#define ERROR_RESUME_HIBERNATION 727
#define ERROR_FIRMWARE_UPDATED 728
#define ERROR_DRIVERS_LEAKING_LOCKED_PAGES 729
#define ERROR_WAKE_SYSTEM 730
#define ERROR_ABANDONED_WAIT_0 735
#define ERROR_ELEVATION_REQUIRED 740
#define ERROR_REPARSE 741
#define ERROR_OPLOCK_BREAK_IN_PROGRESS 742
#define ERROR_VOLUME_MOUNTED 743
#define ERROR_RXACT_COMMITTED 744
#define ERROR_NOTIFY_CLEANUP 745
#define ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED 746
#define ERROR_PAGE_FAULT_TRANSITION 747
#define ERROR_PAGE_FAULT_DEMAND_ZERO 748
#define ERROR_PAGE_FAULT_COPY_ON_WRITE 749
#define ERROR_PAGE_FAULT_GUARD_PAGE 750
#define ERROR_PAGE_FAULT_PAGING_FILE 751
#define ERROR_CACHE_PAGE_LOCKED 752
#define ERROR_CRASH_DUMP 753
#define ERROR_BUFFER_ALL_ZEROS 754
#define ERROR_REPARSE_OBJECT 755
#define ERROR_RESOURCE_REQUIREMENTS_CHANGED 756
#define ERROR_TRANSLATION_COMPLETE 757
#define ERROR_NOTHING_TO_TERMINATE 758
#define ERROR_PROCESS_NOT_IN_JOB 759
#define ERROR_PROCESS_IN_JOB 760
#define ERROR_VOLSNAP_HIBERNATE_READY 761
#define ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY 762
#define ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED 763
#define ERROR_INTERRUPT_STILL_CONNECTED 764
#define ERROR_WAIT_FOR_OPLOCK 765
#define ERROR_DBG_EXCEPTION_HANDLED 766
#define ERROR_DBG_CONTINUE 767
#define ERROR_CALLBACK_POP_STACK 768
#define ERROR_COMPRESSION_DISABLED 769
#define ERROR_CANTFETCHBACKWARDS 770
#define ERROR_CANTSCROLLBACKWARDS 771
#define ERROR_ROWSNOTRELEASED 772
#define ERROR_BAD_ACCESSOR_FLAGS 773
#define ERROR_ERRORS_ENCOUNTERED 774
#define ERROR_NOT_CAPABLE 775
#define ERROR_REQUEST_OUT_OF_SEQUENCE 776
#define ERROR_VERSION_PARSE_ERROR 777
#define ERROR_BADSTARTPOSITION 778
#define ERROR_MEMORY_HARDWARE 779
#define ERROR_DISK_REPAIR_DISABLED 780
#define ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE 781
#define ERROR_SYSTEM_POWERSTATE_TRANSITION 782
#define ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION 783
#define ERROR_MCA_EXCEPTION 784
#define ERROR_ACCESS_AUDIT_BY_POLICY 785
#define ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY 786
#define ERROR_ABANDON_HIBERFILE 787
#define ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED 788
#define ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR 789
#define ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR 790
#define ERROR_EA_ACCESS_DENIED 994
#define ERROR_OPERATION_ABORTED 995
#define ERROR_IO_INCOMPLETE 996
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment