On Sun, 28 May 2006, Vitaliy Margolen wrote:
Sunday, May 28, 2006, 12:19:30 PM, Andrew Talbot wrote:
On reflection, I think I need to look at constifying the structure members, where possible, rather than unconstifying the values that are fed to them.
Exactly. Except that's the part that we can't do nothing about - that's the way they are in SDK.
Except the latest versions of the SDK, the Vista one in particular, have improved const-correctness, so it could be worth checking whether they changes the struct declaration on a case by case basis.