MSDN says:
Declared in Winuser.h, include Windows.h
But it also appears that you have to target your application fror 5.1 (XP) minimum:
#if(_WIN32_WINNT >= 0x0501)
#define WM_UNICHAR 0x0109
.....
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 13 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |