Is additional function parameter that is generated when return value optimization is applied by compiler stored in PDB file?

Pavle Stojanovic 1 Reputation point
2021-07-22T16:42:45.737+00:00

Is additional function parameter that is generated when return value optimization applied by compiler stored in PDB file? I want to access it using DIA SDK if it's available.
For example "result" parameter in case of GetWorldPosition function. Vector3* __thiscall Entity::GetWorldPosition(Entity *this, Vector3* result);

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
{count} votes