モジィールクラス
More...
#include <Module.h>
Mix::Module::Module |
( |
void |
| ) |
|
Mix::Module::~Module |
( |
void |
| ) |
|
Boolean Mix::Module::Load |
( |
const wchar_t * |
moduleName | ) |
|
モジュールをロードします
- Parameters
-
- Returns
- 成功した場合は True を返します
void Mix::Module::Unload |
( |
void |
| ) |
|
Boolean Mix::Module::RegisterFunction |
( |
const wchar_t * |
functionName | ) |
|
モジュールのファンクションを登録します
- Parameters
-
- Returns
- 成功した場合は True を返します
void* Mix::Module::GetFunction |
( |
const wchar_t * |
functionName | ) |
|
モジュールの登録されているファンクションを取得します
- Parameters
-
- Returns
- 成功した場合は ファンクションのポインタを返します
The documentation for this class was generated from the following file: