|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_module.h>
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. | |
|
|
Provides access to the underlying module handle.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |