On Sat, Aug 28, 2004 at 12:17:27PM -0400, James Hawkins wrote:
Changelog * change szDriver and szDescription from char to WCHAR in DDDEVICEIDENTIFIER and DDDEVICEIDENTIFIER2.
Well, this seems completely wrong to me. Why Unicodify an API that has no Unicode equivalent in Microsoft code ?
If I look at the platform SDK, this structure is defined with a 'char', so I wonder why you would choose to deviate from the standard ?
Lionel