NVDA Helper
In-process and lite high-speed utilities for NVDA
CLoadedLibrary Class Reference

#include <libraryLoader.h>

Public Member Functions

 CLoadedLibrary (HMODULE h)
 
void free ()
 
CLoadedLibraryoperator= (HMODULE h)
 
 operator HMODULE ()
 
 operator bool ()
 
 ~CLoadedLibrary ()
 

Detailed Description

Constructor & Destructor Documentation

◆ CLoadedLibrary()

CLoadedLibrary::CLoadedLibrary ( HMODULE h)
inline

◆ ~CLoadedLibrary()

CLoadedLibrary::~CLoadedLibrary ( )
inline

References free().

Member Function Documentation

◆ free()

void CLoadedLibrary::free ( )
inline

Referenced by operator=(), and ~CLoadedLibrary().

◆ operator=()

CLoadedLibrary & CLoadedLibrary::operator= ( HMODULE h)
inline

References free().

◆ operator HMODULE()

CLoadedLibrary::operator HMODULE ( )
inline

◆ operator bool()

CLoadedLibrary::operator bool ( )
inline

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