I don't really like the (%p/%p)->... notation, but if it helps you in debugging then it's fine.
Well, I introduced this notation in the D3D code to log both the interface given by the application AND the 'base' object from the Wine side.
Which is sometimes useful to debug when we get problems with object version mismatch.
Lionel