source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/ddk/dderror.h@ 1166

Last change on this file since 1166 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 504 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.