diff options
| author | George Hazan <ghazan@miranda.im> | 2018-06-01 15:45:30 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-06-01 15:45:30 +0300 |
| commit | 03b421197a6af2c626b87830f7309b7110ce5561 (patch) | |
| tree | fd0b03a602b57835e77a4ce190c947710c6b84aa /include | |
| parent | ba1d518f322c4f336f14c1d8e1dfb111e5860e26 (diff) | |
CMPluginBase::getModule: new helper for returning plugin's module
Diffstat (limited to 'include')
| -rw-r--r-- | include/newpluginapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index d4c8a4eac0..709b099ace 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -181,6 +181,7 @@ public: void debugLogW(LPCWSTR wszFormat, ...);
__forceinline const PLUGININFOEX& getInfo() const { return m_pInfo; }
+ __forceinline const char* getModule() const { return m_szModuleName; }
__forceinline HINSTANCE getInst() const { return m_hInst; }
__forceinline void setInst(HINSTANCE hInst) { m_hInst = hInst; }
|
