文章分类 -  windows programming

摘要:The entry point of both 16-bit (Win16) and 32-bit (Win32) Windows applications is documented as follows: int WinMain( hInstance, hPrevInstance, lpszCmdLine, nCmdShow ) HINSTANCE hInstance; ... 阅读全文
posted @ 2009-02-27 09:03 mustar 阅读(221) 评论(0) 推荐(0)