libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::NTUtils::LoadLibraryWrapper Class Reference

#include <LoadLibraryWrapper.hpp>

Inheritance diagram for jmmcg::NTUtils::LoadLibraryWrapper:
[legend]

Public Member Functions

 LoadLibraryWrapper (const TCHAR *const lib_name)
 
virtual ~LoadLibraryWrapper (void)
 
const HMODULE & Handle (void) const noexcept(true)
 

Detailed Description

Definition at line 28 of file LoadLibraryWrapper.hpp.

Constructor & Destructor Documentation

◆ LoadLibraryWrapper()

jmmcg::NTUtils::LoadLibraryWrapper::LoadLibraryWrapper ( const TCHAR *const  lib_name)
inline

Definition at line 30 of file LoadLibraryWrapper.hpp.

References LoadLibraryWrapper().

Referenced by LoadLibraryWrapper().

◆ ~LoadLibraryWrapper()

virtual jmmcg::NTUtils::LoadLibraryWrapper::~LoadLibraryWrapper ( void  )
inlinevirtual

Definition at line 34 of file LoadLibraryWrapper.hpp.

Member Function Documentation

◆ Handle()

const HMODULE& jmmcg::NTUtils::LoadLibraryWrapper::Handle ( void  ) const
inlinenoexcept

Definition at line 38 of file LoadLibraryWrapper.hpp.


The documentation for this class was generated from the following file: