It would be nice to display the identifier associated with an IID value. For example, if we have this defined somewhere in our solution:
const IID IID_IKElementAnnotate = { 0x7ac7c7b4, 0x661b, 0x4b2a, { 0xb9, 0xdc, 0x1b, 0x9c, 0xe7, 0x1e, 0xc0, 0x8b } };
And later we have a function, like QueryInterface, that takes an IID, the tooltip showing the IID value is "{7AC7C7B4-661B-4B2A-B9DC-1B9CE71EC08B}" but it would really useful to display "IID_IKElementAnnotate" instead or in addition to.
Thanks,
Paul