Windows Message definitions

  • Thread starter Thread starter PeterB
  • Start date Start date
P

PeterB

Perhaps not a CF-specific question but I am certain many of us work with
Windows Messages so here goes:

Isn't there a full list of Windows Message definitions (and other
definitions) and in which file they are defined on the internet?

I.e.
WM_PASTE
UDM_GETBUDDY
EM_SETSEL

thanks,

Peter
 
All the standard messages are defined within the winuser.h header file in
the SDK for your device type. Additional ones may also be found in other
headers such as commctrl.h (Common Controls), winuserm.h (Mobile extensions
to winuser)

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Yes I know I can find them in the header files.. I was hoping there was a
good searchable index somewhere on the internet. :-)

/ Peter
 
Cool..

I did some updates there, but maybe I am out of line here with the amount of
messages I pumped into the page :-) Feel free to comment..

I'm using the definitions in ..\Windows CE Tools\wce420\POCKET PC
2003\Include\Armv4 but I realized they could be different from other
platforms, or does WinCE devices use the same definition files (Even if it
is PocketPC or plain WinCE)?

/ Peter
 
Same across all Win32 platforms, but there are some that are
platform-specific
 
Back
Top