From d83baeb842ea828eaee90a0cd6575872a95240e8 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 8 Mar 2014 13:10:05 +0000 Subject: Pascal-style type correction Letter case correction small fixes Actman UA part dialog slightly changed git-svn-id: http://svn.miranda-ng.org/main/trunk@8473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_historypp.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins/ExternalAPI/delphi/m_historypp.inc') diff --git a/plugins/ExternalAPI/delphi/m_historypp.inc b/plugins/ExternalAPI/delphi/m_historypp.inc index 19fed89f4e..f651c0a09f 100644 --- a/plugins/ExternalAPI/delphi/m_historypp.inc +++ b/plugins/ExternalAPI/delphi/m_historypp.inc @@ -90,14 +90,14 @@ const type TItemRenderDetails = record - cbSize :DWord; // size of the structure in bytes - hContact :THandle; // handle to the contact for which the event is processed - hDBEvent :THandle; // handle to the event which is processed - dwEventTime :DWord; // timestamp of the event - wEventType :Word; // Event's flags (see m_database, EVENTTYPE_*; m_icq, ICQEVENTTYPE_*) + cbSize :dword; // size of the structure in bytes + hContact :THANDLE; // handle to the contact for which the event is processed + hDBEvent :THANDLE; // handle to the event which is processed + dwEventTime :dword; // timestamp of the event + wEventType :word; // Event's flags (see m_database, EVENTTYPE_*; m_icq, ICQEVENTTYPE_*) IsEventSent :ByteBool; // Outgoing event. True if DBEF_SENT event flag is present (see m_database) - dwFlags :DWord; // Any reasonable combination of IRDF_* flags. - bHistoryWindow:Byte; // What kind of window history. See IRDHW_* values + dwFlags :dword; // Any reasonable combination of IRDF_* flags. + bHistoryWindow:byte; // What kind of window history. See IRDHW_* values pProto :PAnsiChar; // Proto of the event, if available pModule :PAnsiChar; // Module of the event, if available pText :PWideChar; // Text of the event, not used now @@ -146,10 +146,10 @@ const type TOpenEventParams = record - cbSize : DWord; - hContact : THandle; - hDBEvent : THandle; - junkie: PAnsiChar; + cbSize : dword; + hContact : THANDLE; + hDBEvent : THANDLE; + pPassword: PAnsiChar; end; POpenEventParams = ^TOpenEventParams; @@ -164,7 +164,7 @@ const // provided event // wParam - pointer to TOpenEventParams structure // lParam - zero - // Return - BOOL, True if contact opened, False if password + // Return - bool, True if contact opened, False if password // field opened // Note: if you just want to show contact's history, // use system service MS_HISTORY_SHOWCONTACTHISTORY -- cgit v1.2.3