Log in

View Full Version : Quick Win programming constants interpretation ?


Czerno
December 1st, 2001, 19:36
Please , folk ,
What do you use for a quick reference to convert from numeric Wind*ws-message-numbers ( and so on ) to their SDK name ?

Any handy list of constants , sorted for our needs , around ?

By the same topic , I seem to have noticed a ref to some add-in
for the IDA-pro so it does the job for us - but I am not the organized type , did not write it down

Sure someone will help , for His ( whoever's ) sake !

Thx
--
Czerno

Kayaker
December 1st, 2001, 20:24
Hi

I use API-Toolshed mostly to get constant values and their names, it's continually updated. You'll find it on google.

Kayaker

Aimless
December 2nd, 2001, 03:36
Try this:

win32asm.cjb.net

Site of Iczelion (PC member)

Select tutorials section

scroll down

Select api-constants.zip file

The best around, perhaps...

...Have Phun

Anticode
December 2nd, 2001, 09:24
Here is an idc script i constructed,
It creates a WindowsMessages Enum type

Czerno
December 2nd, 2001, 09:48
its all in the Subject

Snatch
December 2nd, 2001, 18:46
why not simply grab all of the header files for any current good c compiler. winnt.h etc... they do have all the constants