On Wed, 7 Feb 2007, Vitaliy Margolen wrote: [...]
This isn't correct either. lstrlenW() also returns INT and you can't just cast it to (unsigned). Unsigned what? int/long/dword?
In C, 'unsigned' is synonymous with 'unsigned int'. So it's unambiguous.