Hi,
I'm puzzle as to why ColorredToNative() returns a DWORD. The compiler gives me a warning, and I typecast the result to a DWORD to shut it up, but shouldn't the function simply return a word?
Is there a case where we may need a DWORD to store a native color?
Thanks,
--Eric