STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

module Class Reference
[System Library (WinSTL)]

Class for manipulating dynamically loaded libraries. More...

#include <winstl_module.h>

List of all members.

Public Methods

Construction
 module (ws_char_a_t const *modName)
 Constructs by loading the named module.

 module (ws_char_w_t const *modName)
 Constructs by loading the named module.

 module (module_handle_type hmodule)
 Constructs by taking ownership of the given handle.

 ~module ()
 Closes the module handle.

Operations
void unload ()
 Closes the module handle.

module_handle_type detach ()
 Yields the module handle to the caller.

Lookup Operations
module_handle_type get_handle () const
 Provides access to the underlying module handle.


Detailed Description

Class for manipulating dynamically loaded libraries.


Member Function Documentation

module_handle_type get_handle  
 

Provides access to the underlying module handle.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004