Windows C++ Library
|
#include <Library.hpp>
Public Member Functions | |
CLibrary () | |
CLibrary (const tchar *pszPath) | |
~CLibrary () | |
bool | Load () |
void | Free () |
bool | IsLoaded () const |
FARPROC | GetProcAddress (const char *pszName) const |
HINSTANCE | Handle () const |
const CPath & | Path () const |
Protected Attributes | |
HINSTANCE | m_hInstance |
CPath | m_strPath |
Private Member Functions | |
CLibrary (const CLibrary &) | |
CLibrary & | operator= (const CLibrary &) |
CLibrary::CLibrary | ( | const tchar * | pszPath | ) |
CLibrary::CLibrary | ( | const CLibrary & | ) | [private] |
bool CLibrary::Load | ( | ) |
void CLibrary::Free | ( | ) |
bool CLibrary::IsLoaded | ( | ) | const [inline] |
FARPROC CLibrary::GetProcAddress | ( | const char * | pszName | ) | const [inline] |
HINSTANCE CLibrary::Handle | ( | ) | const [inline] |
const CPath & CLibrary::Path | ( | ) | const [inline] |
HINSTANCE CLibrary::m_hInstance [protected] |
CPath CLibrary::m_strPath [protected] |