Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

Definition at line 9 of file evfile_msg.h.

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

Definition at line 13 of file evfile_msg.h.

Referenced by evIoctl(), and evOpen().

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

Definition at line 11 of file evfile_msg.h.

Referenced by evGetNewBuffer().

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

Definition at line 14 of file evfile_msg.h.

Referenced by evGetNewBuffer(), and evOpen().

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

Definition at line 12 of file evfile_msg.h.

Referenced by evClose(), evIoctl(), evOpen(), evRead(), and evWrite().

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

Definition at line 17 of file evfile_msg.h.

Referenced by evIoctl().

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

Definition at line 10 of file evfile_msg.h.

Referenced by copySingleEvent(), and evRead().

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

Definition at line 15 of file evfile_msg.h.

Referenced by evIoctl(), and evOpen().

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

Definition at line 16 of file evfile_msg.h.

Referenced by evGetNewBuffer().

#define S_FAILURE   -1

Definition at line 6 of file evfile_msg.h.

#define S_SUCCESS   0

Definition at line 5 of file evfile_msg.h.

Referenced by copySingleEvent(), evFlush(), evGetNewBuffer(), evIoctl(), evOpen(), evRead(), and evWrite().