Class Reference for E1039 Core & Analysis Software
evfile_msg.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define S_SUCCESS   0
 
#define S_FAILURE   -1
 
#define S_EVFILE   0x00730000 /* evfile.msg Event File I/O */
 
#define S_EVFILE_TRUNC   0x40730001 /* Event truncated on read */
 
#define S_EVFILE_BADBLOCK   0x40730002 /* Bad block number encountered */
 
#define S_EVFILE_BADHANDLE   0x80730001 /* Bad handle (file/stream not open) */
 
#define S_EVFILE_ALLOCFAIL   0x80730002 /* Failed to allocate event I/O structure */
 
#define S_EVFILE_BADFILE   0x80730003 /* File format error */
 
#define S_EVFILE_UNKOPTION   0x80730004 /* Unknown option specified */
 
#define S_EVFILE_UNXPTDEOF   0x80730005 /* Unexpected end of file while reading event */
 
#define S_EVFILE_BADSIZEREQ   0x80730006 /* Invalid buffer size request to evIoct */
 

Macro Definition Documentation

◆ S_EVFILE

#define S_EVFILE   0x00730000 /* evfile.msg Event File I/O */

Definition at line 9 of file evfile_msg.h.

◆ S_EVFILE_ALLOCFAIL

#define S_EVFILE_ALLOCFAIL   0x80730002 /* Failed to allocate event I/O structure */

Definition at line 13 of file evfile_msg.h.

◆ S_EVFILE_BADBLOCK

#define S_EVFILE_BADBLOCK   0x40730002 /* Bad block number encountered */

Definition at line 11 of file evfile_msg.h.

◆ S_EVFILE_BADFILE

#define S_EVFILE_BADFILE   0x80730003 /* File format error */

Definition at line 14 of file evfile_msg.h.

◆ S_EVFILE_BADHANDLE

#define S_EVFILE_BADHANDLE   0x80730001 /* Bad handle (file/stream not open) */

Definition at line 12 of file evfile_msg.h.

◆ S_EVFILE_BADSIZEREQ

#define S_EVFILE_BADSIZEREQ   0x80730006 /* Invalid buffer size request to evIoct */

Definition at line 17 of file evfile_msg.h.

◆ S_EVFILE_TRUNC

#define S_EVFILE_TRUNC   0x40730001 /* Event truncated on read */

Definition at line 10 of file evfile_msg.h.

◆ S_EVFILE_UNKOPTION

#define S_EVFILE_UNKOPTION   0x80730004 /* Unknown option specified */

Definition at line 15 of file evfile_msg.h.

◆ S_EVFILE_UNXPTDEOF

#define S_EVFILE_UNXPTDEOF   0x80730005 /* Unexpected end of file while reading event */

Definition at line 16 of file evfile_msg.h.

◆ S_FAILURE

#define S_FAILURE   -1

Definition at line 6 of file evfile_msg.h.

◆ S_SUCCESS

#define S_SUCCESS   0

Definition at line 5 of file evfile_msg.h.