摘要:
我们知道一般的Windows程序都会有一个WinMain函数,Chrome的这个函数在chrome\app\chrome_exe_main_win.cc这个文件中: 1 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) { 2 3 // Initialize the commandline singleton from the environment. 4 CommandLine::Init(0, NULL); 5 // The exit manager is in ch... 阅读全文
posted @ 2013-01-28 16:31
AngeloQ
阅读(2595)
评论(4)
推荐(4)

浙公网安备 33010602011771号