summaryrefslogtreecommitdiff
path: root/include/newpluginapi.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-17 20:32:43 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-17 20:32:43 +0000
commit3710c84df897f6f816692a706189cb0da6b724dc (patch)
treee664bf9d5543499d59c240b6cb427107105df629 /include/newpluginapi.h
parente64af5a540c207def33e9413228e9be64b42f13b (diff)
more about dynamic plugins loading
git-svn-id: http://svn.miranda-ng.org/main/trunk@467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r--include/newpluginapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h
index d81fd6f4cd..a8a5c619c7 100644
--- a/include/newpluginapi.h
+++ b/include/newpluginapi.h
@@ -138,13 +138,13 @@ typedef struct {
//Miranda/System/LoadModule event
//called when a plugin is being loaded dynamically
//wParam=PLUGININFOEX*
-//lParam=0
+//lParam=HINSTANCE of the loaded plugin
#define ME_SYSTEM_MODULELOAD "Miranda/System/LoadModule"
//Miranda/System/UnloadModule event
//called when a plugin is being unloaded dynamically
//wParam=PLUGININFOEX*
-//lParam=0
+//lParam=HINSTANCE of the plugin to be unloaded
#define ME_SYSTEM_MODULEUNLOAD "Miranda/System/UnloadModule"
#ifndef MODULES_H_