version 2003
Each PA_LogTag is followed by its specific data. The size of the log file specific data is in fSize
typedef struct PA_LogTag
{
long fTag; // always set to 0x40499999
long fWhen;
char fAction; // as decribed in PA_LogAction enum
char fFiller;
short fProcess;
short fUser;
long fRecord;
short fTable;
long fSize;
} PA_LogTag;