MS X.400 API
Modules | |
Message Store Entry Classes | |
Macros | |
#define | X400_EVENT_READ 1 |
#define | X400_EVENT_WRITE 2 |
#define | X400_EVENT_ERROR 4 |
#define | X400_EVENT_ALL (X400_EVENT_READ | X400_EVENT_WRITE | X400_EVENT_ERROR) |
Detailed Description
Macro Definition Documentation
◆ X400_EVENT_READ
#define X400_EVENT_READ 1 |
Application should wait for read event
- Examples
- x400_msasync.c.
Definition at line 297 of file x400_msapi.h.
◆ X400_EVENT_WRITE
#define X400_EVENT_WRITE 2 |
Application should wait for write event
- Examples
- x400_msasync.c.
Definition at line 300 of file x400_msapi.h.
◆ X400_EVENT_ERROR
#define X400_EVENT_ERROR 4 |
Application should wait for error event
- Examples
- x400_msasync.c.
Definition at line 303 of file x400_msapi.h.
◆ X400_EVENT_ALL
#define X400_EVENT_ALL (X400_EVENT_READ | X400_EVENT_WRITE | X400_EVENT_ERROR) |
Application should wait for all three types of event
Definition at line 306 of file x400_msapi.h.