Grok 20.3.2
minpf_dynamic_library.h File Reference
#include <plugin/minpf_common.h>
#include <dlfcn.h>

Go to the source code of this file.

Classes

struct  grk::minpf_dynamic_library

Namespaces

namespace  grk
 ResWindow.

Typedefs

typedef void * dynamic_handle_t

Functions

minpf_dynamic_librarygrk::minpf_load_dynamic_library (const char *path, char *error)
bool grk::minpf_unload_dynamic_library (minpf_dynamic_library *library)
void * grk::minpf_get_symbol (minpf_dynamic_library *library, const char *symbol)
bool grk::minpf_get_full_path (const char *path, const void *addr, dynamic_handle_t handle, char *fullPath, size_t fullPathLen)

Typedef Documentation

◆ dynamic_handle_t

typedef void* dynamic_handle_t