WinMainCRTStartup、tmainCRTStartup、WinMain 函数的用途是什么?
可能的重复:
“APIENTRY _tWinMain”和“WINAPI WinMain”区别
_WinMainCRTStartup 执行哪些功能?
我刚刚开始深入研究 Windows 编程。当我尝试理解 win 32 程序时,我注意到该程序有两个入口点,即 _tmainCRTStartup 和 _WinMainCRTStartup。此外,我发现_tmainCRTStartup函数也称为_WinMain函数。我只是想知道它们是用来做什么的?以及为什么有两个不同的切入点。
谢谢!
Possible Duplicates:
“APIENTRY _tWinMain” and “WINAPI WinMain” difference
What functions does _WinMainCRTStartup perform?
I just started to dive into windows programming. And when I tried to understand the win 32 program I noticed that the program has two entry points which are _tmainCRTStartup and _WinMainCRTStartup. Besides, I found the _tmainCRTStartup function also called _WinMain function. I just wonder what are they used for? And why there are two different entry points.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论