I would like to find the values of some of windows API constants, such as, but not limited to *LVM_ENABLEGROUPVIEW* & *WM_SHOWWINDOW*
Looking on the net lead me to MSDN which tells me what they are used for, but not the underlying values.
There is a very similar question on stackOverflow, Where can I find a list of windows API constants, but all the answers are for .net, or assume that I have the Windows SDK, that as far as I know I don't have.
So where can I find them?
If it makes a difference I am using Delphi 2007, and although it has a lot of the contents in the Messages unit, it does not have all of them, including some of the newest ones.
Thanks