PA_LogTag

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

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;

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next