summaryrefslogtreecommitdiff
path: root/include/delphi/m_langpack.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_langpack.inc')
-rw-r--r--include/delphi/m_langpack.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/delphi/m_langpack.inc b/include/delphi/m_langpack.inc
index 0db455c5b7..82ec483662 100644
--- a/include/delphi/m_langpack.inc
+++ b/include/delphi/m_langpack.inc
@@ -112,4 +112,12 @@ const
}
MS_LANGPACK_RELOAD:PAnsiChar = 'LangPack/Reload';
+{
+ retrieves the hLangpack of a plugin by its HINSTANCE
+ wParam = 0 (ignored)
+ lParam = (LPARAM)(HINSTANCE)plugin's base address
+ returns hLangpack if found, or 0 if error occurred
+}
+ MS_LANGPACK_LOOKUPHANDLE:PAnsiChar = 'LangPack/LookupHandle';
+
{$ENDIF}