List of all members.
Member Function Documentation
アプリケーションウインドウクラスのインスタンスを生成します。
- Returns:
- アプリケーションウインドウクラスのインスタンス
Reimplemented from WindowAppliBase.
int MyAppli::OnAppliEnd |
( |
| ) |
|
|
virtual |
int MyAppli::OnAppliStart |
( |
TCHAR * |
lpCmdLine | ) |
|
|
virtual |
アプリケーションの開始処理を実行します。
- Parameters:
-
- Returns:
- 予備
Reimplemented from WindowAppliBase.
LRESULT MyAppli::OnCommand |
( |
int |
wmId, |
|
|
int |
wmEvent |
|
) |
| |
|
virtual |
WM_COMMANDメッセージが来た時の処理を行います。
- Parameters:
-
- Returns:
- メッセージ処理結果
Reimplemented from BaseForm.
int MyAppli::OnWindowShow |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- WindowSample/MyAppli.h
- WindowSample/MyAppli.cpp