Defines | |
| #define | MI_UNKNOWN_ERROR 0L |
| General Error. | |
| #define | MI_SUCCESS 1L |
| Message Read. | |
| #define | MI_NO_MESSAGE 2L |
| No message to dequeue. | |
| #define | MI_INVALID_PTR 3L |
| mouseMessage pointer was invalid. | |
| #define | MI_NOT_CONNECTED 4L |
| Client not connected to server. | |
| #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. | |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001