ReactOS 0.4.15-dev-7788-g1ad9096
dderror.h
Go to the documentation of this file.
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