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
◆ Win32DynamicLibrary() [1/3]
kanzi::win32::Win32DynamicLibrary::Win32DynamicLibrary |
( |
| ) |
|
|
explicitdefault |
Default constructor. No library loaded by default.
◆ Win32DynamicLibrary() [2/3]
kanzi::win32::Win32DynamicLibrary::Win32DynamicLibrary |
( |
const Win32String & | libraryPath | ) |
|
|
explicit |
Constructor.
- Parameters
-
libraryPath | The path to the library to load. |
◆ Win32DynamicLibrary() [3/3]
kanzi::win32::Win32DynamicLibrary::Win32DynamicLibrary |
( |
HMODULE | handle | ) |
|
|
explicit |
Constructor.
- Parameters
-
handle | Native library module handle. |
◆ ~Win32DynamicLibrary()
kanzi::win32::Win32DynamicLibrary::~Win32DynamicLibrary |
( |
| ) |
|
◆ getProcAddress()
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: