运行 Visual Studio 中的程序如何确定第一个被调用的函数?

How to determine the first function that gets called when running a program in Visual Studio?

我目前正在从事一个已经有很多文件和功能的项目。当我 运行 程序时,它执行正常,但我想知道如何找出我们最初 运行 应用程序时调用的第一个函数。

更多信息:

在此先感谢您提供的任何帮助。

这是主函数(在我的例子中是 WinMain 函数)。