aboutsummaryrefslogtreecommitdiffstats
path: root/Modis/SDK/Plugin DLL Exports.txt
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-27 09:28:42 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-27 09:28:42 +0000
commit9af5260cd9905f8d7e5600110cdb0667c0bb5188 (patch)
tree0245a35a1ffd1a35b1cec508caf0e0a48e7eb196 /Modis/SDK/Plugin DLL Exports.txt
parente270d3193a2a5b958e6416ce340246e790f7bd86 (diff)
downloadusdx-9af5260cd9905f8d7e5600110cdb0667c0bb5188.tar.gz
usdx-9af5260cd9905f8d7e5600110cdb0667c0bb5188.tar.xz
usdx-9af5260cd9905f8d7e5600110cdb0667c0bb5188.zip
Update forgotten UPluginDefs from last commit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@536 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Modis/SDK/Plugin DLL Exports.txt')
-rw-r--r--Modis/SDK/Plugin DLL Exports.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modis/SDK/Plugin DLL Exports.txt b/Modis/SDK/Plugin DLL Exports.txt
index e69de29b..717ffacb 100644
--- a/Modis/SDK/Plugin DLL Exports.txt
+++ b/Modis/SDK/Plugin DLL Exports.txt
@@ -0,0 +1,11 @@
+Ultrastar Plugin DLL(Libary) Exports
+-----------------------------------
+This are the Procedurs and Functions that a UsDx Plugin has to export to get Loaded.
+
+
+USPlugin_Info(PInfo: PUS_PluginInfo); stdcall;
+-----------------------------------
+Ultrastar uses this Procedure to identify the Plugins.
+At the given Address there is a PUS_PluginInfo Record. cbSize
+attribut is already set. Please asure not to overwrite this assigned
+memory amount.