JunkBox_Win_Lib 1.5.3
|
#include <WinDLLTool.h>
Public Member Functions | |
DLLModuleTBL (LPCTSTR dirn) | |
DLLModuleTBL () | |
virtual | ~DLLModuleTBL () |
void | init (LPCTSTR dirn=NULL) |
void | free () |
BOOL | load_module (LPCTSTR dirn=NULL) |
void | make_module_tbl (LPCTSTR fname, int n) |
Public Attributes | |
int | vnum |
DLLModule ** | dllmod |
bool | loaded |
Protected Member Functions | |
tList * | get_dir_module (LPCTSTR dirn) |
virtual DLLModule * | new_module (LPCTSTR fname, int n) |
virtual void | set_module_function () |
Protected Attributes | |
int | tnum |
tList * | lp |
CString | dirname |
Definition at line 91 of file WinDLLTool.h.
|
inline |
Definition at line 105 of file WinDLLTool.h.
References DLLModuleTBL::init().
|
inline |
Definition at line 106 of file WinDLLTool.h.
References DLLModuleTBL::init().
|
inlinevirtual |
Definition at line 107 of file WinDLLTool.h.
References DLLModuleTBL::free().
void free | ( | ) |
機能:クラス中のデータを解放する.
Definition at line 186 of file WinDLLTool.cpp.
References DLLModuleTBL::dllmod, DLLModule::free(), DLLModuleTBL::free(), DLLModuleTBL::loaded, DLLModuleTBL::lp, DLLModuleTBL::tnum, and DLLModuleTBL::vnum.
Referenced by DLLModuleTBL::free(), and DLLModuleTBL::~DLLModuleTBL().
|
protected |
機能:ディレクトリ dirn にあるファイルを検索して,DLLファイルなら読み込みを行いリストに格納する. DLLのチェックは行わない.
引数:dirn – 読み込むDLLがあるディレクトリ.通常はアプリケーションからの相対パス. NULL の場合は,読み込みを行わない.
戻り値:情報を格納したリストへのポインタ.エラーの場合は NULL. lp->ldat.key.buf : DLL名 lp->ldat.val.buf : DLLファイル名(ディレクトリを含む) lp->ldat.ptr : モジュールハンドラ
Definition at line 261 of file WinDLLTool.cpp.
References jbxwl::get_dir_files_t(), and jbxwl::mbs2ts().
Referenced by DLLModuleTBL::load_module().
void init | ( | LPCTSTR | dirn = NULL | ) |
機能:クラスの初期化.ディレクトリdirnにある DLLを自動的に読み込む. dirn に NULLを指定した場合は DLLを読み込まないので,load_module() を改めて実行しなければならない.
引数:dirn – 読み込むDLLがあるディレクトリ.通常はアプリケーションからの相対パス.
Definition at line 170 of file WinDLLTool.cpp.
References DLLModuleTBL::dirname, DLLModuleTBL::dllmod, DLLModuleTBL::load_module(), DLLModuleTBL::loaded, DLLModuleTBL::lp, DLLModuleTBL::tnum, and DLLModuleTBL::vnum.
Referenced by DLLModuleTBL::DLLModuleTBL(), and DLLModuleTBL::DLLModuleTBL().
BOOL load_module | ( | LPCTSTR | dirn = NULL | ) |
機能:ディレクトリdirnにある DLLを読み込む.DLLのチェック(使用できるものかどうか)は行わない. dirn に NULLを指定した場合は カレントディレクトリのDLLを読み込む.
引数:dirn – 読み込むDLLがあるディレクトリ.通常はアプリケーションからの相対パス. NULL の場合は,カレント "."を指定したことになる.
戻り値:TRUE – 読み込み完了.tnum に読み込んだDLLの数が入る. FLASE – DLLは存在しない.または読み込み失敗.
Definition at line 228 of file WinDLLTool.cpp.
References DLLModuleTBL::dirname, DLLModuleTBL::get_dir_module(), DLLModuleTBL::loaded, DLLModuleTBL::lp, and DLLModuleTBL::tnum.
Referenced by DLLModuleTBL::init().
void make_module_tbl | ( | LPCTSTR | fname, |
int | m ) |
機能:モジュールの一覧を格納したリストlp から,モジュールテーブル(配列)を作成する. 関数名fname で示した関数 fname(0) からタイトル名が獲得できない場合は,テーブル から削除する.
引数:fname – モジュールの情報を返す関数名.引数 (int)0 でタイトル(char*)を返えさなければならない. m – 読み込むDLL中の使用できる関数の数
Definition at line 303 of file WinDLLTool.cpp.
References DLLModuleTBL::dllmod, DLLModule::get_module_info(), DLLModuleTBL::lp, DLLModuleTBL::new_module(), DLLModuleTBL::set_module_function(), DLLModuleTBL::tnum, and DLLModuleTBL::vnum.
|
inlineprotectedvirtual |
Definition at line 118 of file WinDLLTool.h.
Referenced by DLLModuleTBL::make_module_tbl().
|
inlineprotectedvirtual |
Definition at line 119 of file WinDLLTool.h.
Referenced by DLLModuleTBL::make_module_tbl().
|
protected |
Definition at line 102 of file WinDLLTool.h.
Referenced by DLLModuleTBL::init(), and DLLModuleTBL::load_module().
DLLModule** dllmod |
Definition at line 95 of file WinDLLTool.h.
Referenced by DLLModuleTBL::free(), DLLModuleTBL::init(), and DLLModuleTBL::make_module_tbl().
bool loaded |
Definition at line 97 of file WinDLLTool.h.
Referenced by DLLModuleTBL::free(), DLLModuleTBL::init(), and DLLModuleTBL::load_module().
|
protected |
Definition at line 101 of file WinDLLTool.h.
Referenced by DLLModuleTBL::free(), DLLModuleTBL::init(), DLLModuleTBL::load_module(), and DLLModuleTBL::make_module_tbl().
|
protected |
Definition at line 100 of file WinDLLTool.h.
Referenced by DLLModuleTBL::free(), DLLModuleTBL::init(), DLLModuleTBL::load_module(), and DLLModuleTBL::make_module_tbl().
int vnum |
Definition at line 94 of file WinDLLTool.h.
Referenced by DLLModuleTBL::free(), DLLModuleTBL::init(), and DLLModuleTBL::make_module_tbl().