ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/ddk/dderror.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 504 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 #pragma once
2
3 #define _WINERROR_
4
5 #define NO_ERROR 0
6 #define ERROR_INVALID_FUNCTION 1
7 #define ERROR_NOT_ENOUGH_MEMORY 8
8 #define ERROR_DEV_NOT_EXIST 55
9 #define ERROR_INVALID_PARAMETER 87
10 #define ERROR_INSUFFICIENT_BUFFER 122
11 #define ERROR_INVALID_NAME 123
12 #define ERROR_BUSY 170
13 #define ERROR_MORE_DATA 234
14 #define WAIT_TIMEOUT 258
15 #define ERROR_IO_PENDING 997
16 #define ERROR_DEVICE_REINITIALIZATION_NEEDED 1164
17 #define ERROR_CONTINUE 1246
18 #define ERROR_NO_MORE_DEVICES 1248
19