Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl
Class Dll

Object
   |
   +--Dll

   in Dll.h
Direct Known Subclasses:
SQLDriver

class Dll
extends Object


Inner Classes, Typedefs, and Enums
enum Dll::OpenMode
          
 
Field Summary
protected void* m_hModule
          
protected String m_strFileName
          
 
Constructor Summary
Dll()
          
virtual ~Dll()
          
 
Method Summary
 void close()
          
 const String& fileName() const
          
 void* getAddress( const char* pszSymbolName )
          
 void open( const String& strFileName, Dll::OpenMode openMode = dllDefault )
          
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Field Detail

m_hModule

protected void* m_hModule;

m_strFileName

protected String m_strFileName;


Constructor Detail

Dll

public Dll();

~Dll

public virtual ~Dll();


Method Detail

close

public void close() throw( DllException* );

fileName

public const String& fileName() const;

getAddress

public void* getAddress( const char* pszSymbolName ) throw( DllException* );

open

public void open( const String& strFileName, Dll::OpenMode openMode = dllDefault ) throw( DllException* );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD