#include <winstl/dl/dl_call.hpp>

Types | |
| typedef windows_exception | parent_class_type |
| The parent class type. | |
| typedef missing_entry_point_exception | class_type |
| The class type. | |
| typedef parent_class_type::error_code_type | error_code_type |
| The error code type. | |
Public Member Functions | |
Construction | |
| missing_entry_point_exception (char const *functionName, error_code_type err) | |
| Constructs an instance of the exception based on the given missing function name, and Windows error code. | |
| typedef windows_exception parent_class_type |
| missing_entry_point_exception | ( | char const * | functionName, | |
| error_code_type | err | |||
| ) | [inline] |
Constructs an instance of the exception based on the given missing function name, and Windows error code.
1.5.6