#include <winstl/dl/dl_call.hpp>
Public Types | |
Member Types | |
| typedef FARPROC | entry_point_type |
| typedef HINSTANCE | library_handle_type |
| typedef winstl::module | module_wrapper_type |
Static Public Member Functions | |
Dynamic Library Functions | |
| static entry_point_type | get_symbol (library_handle_type hLib, char const *functionName) |
Classes | |
| struct | is_fd |
| Tag that denotes that the function is identified by a function descriptor. More... | |
| struct | is_not_fd |
| Tag that denotes that the function is identified by name. More... | |
| struct | library_is_handle |
| Tag that denotes that the library argument is a handle. More... | |
| struct | library_is_not_handle |
| Tag that denotes that the library argument is not a handle. More... | |
1.5.6