Class that represents the Win32 dynamic library.
More...
#include <kanzi/core.ui/platform/windowing_ng/win32/win32_dynamic_library.hpp>
Class that represents the Win32 dynamic library.
- Since
- Kanzi 3.9.7
kanzi::win32::Win32DynamicLibrary::Win32DynamicLibrary |
( |
| ) |
|
|
explicitdefault |
Default constructor. No library loaded by default.
kanzi::win32::Win32DynamicLibrary::Win32DynamicLibrary |
( |
const Win32String & |
libraryPath | ) |
|
|
explicit |
Constructor.
- Parameters
-
libraryPath | The path to the library to load. |
kanzi::win32::Win32DynamicLibrary::Win32DynamicLibrary |
( |
HMODULE |
handle | ) |
|
|
explicit |
Constructor.
- Parameters
-
handle | Native library module handle. |
kanzi::win32::Win32DynamicLibrary::~Win32DynamicLibrary |
( |
| ) |
|
KZ_NO_DISCARD FARPROC kanzi::win32::Win32DynamicLibrary::getProcAddress |
( |
const string & |
procName | ) |
const |
|
noexcept |
Gets the procedure address of the dynamically loaded function.
- Parameters
-
procName | Name of the dynamically loaded function. |
- Returns
- Procedure address of the dynamically loaded function.
The documentation for this class was generated from the following file: