Solution46
|
テストアプリケーション実装ファイル [詳解]
#include <AppTest.h>
#include <CConsole.h>
#include <CJsonConfigAuto.h>
#include <LibCommon.h>
#include <LibLogOut.h>
#include <LibNewDel.h>
#include <LibJson.h>
#include <LibWindow.h>
#include <LibUtility.h>
#include <NewDel.hpp>
名前空間 | |
AppTest | |
テストアプリケーション名前空間 | |
関数 | |
int | main (int argc, wchar_t *argv[]) |
コンソールプロセスメイン関数 [詳解] | |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
ウィンドウプロセスメイン関数 [詳解] | |
テストアプリケーション実装ファイル
テストアプリケーション実装ファイルです。
AppTest.cpp に定義があります。
int main | ( | int | argc, |
wchar_t * | argv[] | ||
) |
コンソールプロセスメイン関数
コンソールプロセスメイン関数です。
[in] | argc | コマンドライン引数配列サイズ |
[in] | argv | コマンドライン引数配列ポインタ |
AppTest.cpp の 94 行目に定義があります。
参照先 AppTest::CAppTest::Main().
int APIENTRY WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
ウィンドウプロセスメイン関数
ウィンドウプロセスメイン関数です。
[in] | hInstance | 現在のインスタンスハンドル |
[in] | hPrevInstance | 以前のインスタンスハンドル |
[in] | lpCmdLine | コマンドライン文字列 |
[in] | nCmdShow | 表示状態 |
AppTest.cpp の 118 行目に定義があります。
参照先 AppTest::CAppTest::Main().