Home | Documentation |
SoapDll Class Reference
updated Mon Feb 22 2016
|
#include <ISAPI_SoapServerFactory.h>
Public Member Functions | |
SoapDll () | |
constructor More... | |
SoapDll (const SoapDll &) | |
copy constructor More... | |
virtual | ~SoapDll () |
virtual destructor. More... | |
SoapDll & | operator= (const SoapDll &) |
assignment operator More... | |
bool | load (const char *pszPath) |
dynamically load this dll. More... | |
bool | unload () |
dynamically load this dll. More... | |
const mod_gsoap_interface * | gsoap_interface () const |
const char * | getLastError () const |
Protected Member Functions | |
bool | GetEntryPoints (const char *pszPath) |
Protected Attributes | |
HMODULE | m_hDll |
the handle if the dll is already loaded. More... | |
std::string | m_strLastError |
last error message for error reporting More... | |
mod_gsoap_interface | m_interface |
a dynamic link library containing the gsoap entry points soap_init, soap_server etc.
SoapDll::SoapDll | ( | ) |
constructor
SoapDll::SoapDll | ( | const SoapDll & | dll | ) |
copy constructor
|
virtual |
virtual destructor.
|
protected |
Find the address of all entry points that we must use.
const char * SoapDll::getLastError | ( | ) | const |
const mod_gsoap_interface * SoapDll::gsoap_interface | ( | ) | const |
bool SoapDll::load | ( | const char * | pszPath | ) |
dynamically load this dll.
pszPath | the name of the dll to load. |
bool SoapDll::unload | ( | ) |
dynamically load this dll.
|
protected |
the handle if the dll is already loaded.
|
protected |
|
protected |
last error message for error reporting