Go to the source code of this file.
Defines | |
#define | __ERRORCODES_H__INCLUDED |
#define | PC_FAILED 0L |
General Error. | |
#define | PC_CONNECTED 1L |
Connected successfully. | |
#define | PC_ALREADY_CONNECTED 2L |
Already connected successfully. | |
#define | PC_BUSY 3L |
Pipe is connected to another thread. | |
#define | PC_NOT_RESET 4L |
Previous connection not reset by server. | |
#define | PS_FAILED 0L |
General Error. | |
#define | PS_CONNECTED 1L |
Successfully connected. | |
#define | PS_CANCELLED 2L |
Waiting for client was cancelled. | |
#define | PS_WAITING STILL_ACTIVE |
Still waiting for client. |
Definition in file errorCodes.h.