6 #ifndef _INC_cLogFileTail_H
7 #define _INC_cLogFileTail_H
12 #include "../GrayLibBase.h"
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cLogFileTail.h:21
bool m_bReady
Change Signaled or Assume data is ready now. Don't wait for event.
Definition: cLogFileTail.h:31
cStringF m_sFilePath
a full path to a log file to tail.
Definition: cLogFileTail.h:27
cTimeInt m_timeChange
Last Change to file.
Definition: cLogFileTail.h:29
cTimeInt m_timeLastCheck
Last check.
Definition: cLogFileTail.h:30
STREAM_POS_t m_nPos
last position read.
Definition: cLogFileTail.h:28
cStringF get_Name() const
Definition: cLogFileTail.h:37
Definition: cStream.h:126
< similar to the MFC CTime and cTimeSpan, not as accurate or large ranged as COleDateTime
Definition: cTimeInt.h:101
ULONG_PTR STREAM_POS_t
NOT same as FILE_SIZE_t in 32 bit. Why not ?
Definition: cOSHandle.h:54