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);