diff options
Diffstat (limited to 'include/delphi')
| -rw-r--r-- | include/delphi/m_database.inc | 1 | ||||
| -rw-r--r-- | include/delphi/m_protosvc.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index 892f5740d0..43691bc9c6 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -46,6 +46,7 @@ type cbBlob : dword; // size in bytes of pBlob^
pBlob : PByte; // pointer to buffer containing the module defined event data
szId : PAnsiChar; // server id of event
+ szUserId : PAnsiChar; // user id of event
end;
(******************************************************************************
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 69d9435a4e..2d60e9327f 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -182,6 +182,7 @@ type timestamp : dword;
szMessage : TChar;
lParam : LPARAM;
+ szUserId : PAnsiChar; // user id of event
end;
const
|
