source: trunk/src/gui/nepmdlib/nepmdlib.def@ 2417

Last change on this file since 2417 was 2417, checked in by Andreas Schnellbacher, 14 years ago
  • Added svn keywords.
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 3.1 KB
Line 
1; ***************************** Module Header ******************************\
2;
3; Module Name: nepmdlib.def
4;
5; Module definition file for NEPMD library DLL
6;
7; Copyright (c) Netlabs EPM Distribution Project 2002
8;
9; $Id: nepmdlib.def 2417 2011-05-15 23:32:51Z aschn $
10;
11; ===========================================================================
12;
13; This file is part of the Netlabs EPM Distribution package and is free
14; software. You can redistribute it and/or modify it under the terms of the
15; GNU General Public License as published by the Free Software
16; Foundation, in version 2 as it comes in the "COPYING" file of the
17; Netlabs EPM Distribution. This library is distributed in the hope that it
18; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
19; of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; **************************************************************************/
23
24LIBRARY NEPMDLIB INITINSTANCE TERMINSTANCE
25DESCRIPTION '@#NETLABS:1.14.1000#@NEPMDLIB - NEPMD runtime library for EPM v6 - Copyright www.netlabs.org 2002-2009'
26
27DATA NONSHARED MULTIPLE
28PROTMODE
29HEAPSIZE 16384
30STACKSIZE 16384
31
32EXPORTS
33 NepmdActivateHighlight
34 NepmdAlarm
35 NepmdCloseConfig
36 NepmdDeleteConfigValue
37;NepmdDeleteRexxEa -- not required, the E call uses NepmdWriteStringEa
38;NepmdDeleteStringEa -- not required, the E call uses NepmdWriteStringEa
39 NepmdDirExists
40 NepmdErrorMsgBox
41 NepmdFileDelete
42 NepmdFileExists
43 NepmdGetNextClose
44 NepmdGetNextConfigKey
45 NepmdGetNextDir
46 NepmdGetNextFile
47 NepmdGetTextMessage
48 NepmdInfo
49 NepmdInitConfig
50 NepmdLibVersion
51 NepmdOpenConfig
52 NepmdPmPrintf
53 NepmdQueryConfigValue
54 NepmdQueryDefaultMode
55 NepmdQueryFullname
56 NepmdQueryHighlightArgs
57 NepmdQueryInstValue
58 NepmdQueryModeList
59 NepmdQueryPathInfo
60 NepmdQueryProcessInfo
61 NepmdQueryStringEa
62 NepmdQuerySysInfo
63 NepmdQueryWindowPos
64 NepmdScanEnv
65 NepmdSearchPath
66 NepmdSetFrameWindowPos
67 NepmdWriteConfigValue
68 NepmdWriteStringEa
69
70IMPORTS
71 ETKE603.EtkAccessLowLevelData
72 ETKE603.EtkAssignAttributeClass
73 ETKE603.EtkChangeLineTerminator
74 ETKE603.EtkCreate
75 ETKE603.EtkCreateArray
76 ETKE603.EtkDeleteArrayElement
77 ETKE603.EtkDeleteText
78 ETKE603.EtkDestroy
79 ETKE603.EtkExecuteCommand
80 ETKE603.EtkFindArray
81 ETKE603.EtkFindAttribute
82 ETKE603.EtkFreeKeywordsInfo
83 ETKE603.EtkGetArrayElement
84 ETKE603.EtkGetPMInfo
85 ETKE603.EtkInsertText
86 ETKE603.EtkInsertTextBuffer
87 ETKE603.EtkInvalidateText
88 ETKE603.EtkMapPointDoc2LCO
89 ETKE603.EtkMapPointDoc2Window
90 ETKE603.EtkMapPointLCO2Doc
91 ETKE603.EtkMapPointLCO2Window
92 ETKE603.EtkMapPointWindow2Doc
93 ETKE603.EtkMapPointWindow2LCO
94 ETKE603.EtkProcessEditKey
95 ETKE603.EtkQueryAttributeClassID
96 ETKE603.EtkQueryFileField
97 ETKE603.EtkQueryFileFieldString
98 ETKE603.EtkQueryFileID
99 ETKE603.EtkQueryInsertState
100 ETKE603.EtkQueryLineTerminator
101 ETKE603.EtkQuerySelection
102 ETKE603.EtkQuerySelectionType
103 ETKE603.EtkQueryText
104 ETKE603.EtkQueryTextBuffer
105 ETKE603.EtkRegisterAttributeClass
106 ETKE603.EtkRegisterEMLEClass
107 ETKE603.EtkRegisterEMLEClientClass
108 ETKE603.EtkRegisterFont
109 ETKE603.EtkRegisterFont2
110 ETKE603.EtkReplaceText
111 ETKE603.EtkSetArrayElement
112 ETKE603.EtkSetFileField
113 ETKE603.EtkSetSelection
114 ETKE603.EtkSort
115 ETKE603.EtkVersion
116
Note: See TracBrowser for help on using the repository browser.