List of Win32 constants

Everything else that doesn't fall into one of the other PB categories.
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

List of Win32 constants

Post by Killswitch »

Is there a list somewhere of all the Win32 API constants? I know PB already has them built in, but I need to know their values (preferably without debugging them all through PB).
~I see one problem with your reasoning: the fact is thats not a chicken~
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Look in the .h files that comes with Dev-Cpp (and Microsoft Visual C++ or Watcom)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Use apiviewer. Actually i think sparkie once told that was one of his secrets hehe :lol:

http://www.activevb.de/rubriken/apiview ... ereng.html

(be sure to get the "data update" under databases.)

anyway this program will reveal the values of the constants and much more.
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

Post by Killswitch »

Brilliant, thanks guys!
~I see one problem with your reasoning: the fact is thats not a chicken~
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

I may look like a mule, but I'm not a complete ass.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Apiviewer, wow! Fantastic tool with 52940 constants and a PB plugin for instant code pasting. Great find, thanks the(non)fool!
BERESHEIT
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

netmaestro wrote: Great find, thanks the(non)fool!
:lol:

And it does even more than showing constants :)
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

thenonfool?

sorry, but I onle see thefool.
And that's good so, because, what thefool lacks in knowledge, he makes up for foolishness..

in english -> thefool is "the smart guy"

:P

PS: Why do I protect thefool from being a fool? :lol:
Post Reply