Constant(s) Values

Just starting out? Need help? Post your questions and find answers here.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Constant(s) Values

Post by NoahPhense »

What are the values for these constants, and in the future -- how do I look
them up?

Code: Select all

#STANDARD_RIGHTS_REQUIRED
#SYNCHRONIZE
#TH32CS_SNAPHEAPLIST
#TH32CS_SNAPPROCESS
#TH32CS_SNAPTHREAD
#TH32CS_SNAPMODULE 
- np
Dr_Pixel
User
User
Posts: 36
Joined: Fri Oct 24, 2003 1:36 pm

Post by Dr_Pixel »

I find the API veiwer quite handy for that:

http://www.activevb.de/rubriken/apiview ... ereng.html
Dr Pixel
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

Thanks. I have that, this will be the first time I have had a use for it.. ;)

I use the platform sdk all the time.. but I didn't find it in there..

thx again

- np

I just have to convert the &H to $ right ?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Constant(s) Values

Post by PB »

> What are the values for these constants, and in the future -- how do I look them up?

Image

For example...

http://www.google.com/search?q=STANDARD_RIGHTS_REQUIRED

...has many hits that show the value for this flag is $F0000. ;)

> I just have to convert the &H to $ right ?

Yes, that's correct. :)
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

PB: hehe, nice trick :lol:
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: Constant(s) Values

Post by NoahPhense »

thanks.. ;)

@pb

Don't make me come 'down under'.. I'll bring my spitting lama..
Post Reply