summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_dbeditorpp.inc
blob: d9b11f23b3d1dd9dd23a67fc9aca598ddc6777fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{$IFNDEF M_DBEDITOR}
{$DEFINE M_DBEDITOR}

const
{
  wParam: hContact
  lParam: 0
  Affect: Open user tree in DBE++
}
  MS_DBEDIT_MENUCOMMAND:PAnsiChar = 'DBEditorpp/MenuCommand';

{
  Import settings\contacts from file
  wParam=hContact
  lParam=(char*)FilePath
  always returns 0
}
  MS_DBEDIT_IMPORT:PAnsiChar = 'DBEditorpp/Import';

{$ENDIF}