PIPluginLoader lib lastError

This commit is contained in:
2020-10-18 12:00:52 +03:00
parent d0ef71c933
commit 6d7da02de6
2 changed files with 13 additions and 3 deletions

View File

@@ -150,6 +150,9 @@ public:
//! Returns loaded plugin library path
PIString libPath();
//! Returns library lastError
PIString lastError();
//! Resolve symbol "name" from plugin library
void * resolve(const char * name);