コード例 #1
0
ファイル: EpgDataCap_Bon.cpp プロジェクト: 9060/EDCB.local
int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
{
	StartDebugLog();
	//メインスレッドに対するCOMの初期化
	CoInitialize(NULL);
	theApp.InitInstance();
	CoUninitialize();
	StopDebugLog();
	return 0;
}
コード例 #2
0
ファイル: EpgDataCap_Bon.cpp プロジェクト: PyYoshi/EDCB
int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
{
	theApp.InitInstance();
	return 0;
}