question

PavleStojanovic-2347 avatar image
0 Votes"
PavleStojanovic-2347 asked TianyuSun-MSFT commented

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

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

vs-debugging
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @PavleStojanovic-2347 , welcome to Microsoft Q&A forum. I think it is stored in PDB file, but currently I don’t find related DIA SDK which may work, you can have a try.

0 Votes 0 ·

0 Answers