> Sorry for the multi-post but this post was an after thought...
>
[quoted text clipped - 11 lines]
>
> Don
Thanks Rob but I won't use them in a *Normal* way... ;->
I just need some/a lot of #defines from them....
Such as->
#define MEM_COMMIT 0x1000
#define MEM_RESERVE 0x2000
#define MEM_DECOMMIT 0x4000
#define MEM_RELEASE 0x8000
#define MEM_FREE 0x10000
#define MEM_PRIVATE 0x20000
So I have a table/list of their numerical values...
Win32.help, API Guide, etc... fall short badly on these...
BTW: I found one site that has them all...
http://doc.ddart.net/msdn/header/include/winnt.h.html
>Won't you need the SDK so you know how to use the header files?
>
[quoted text clipped - 16 lines]
>>
>> Don
Have a good day...
Don
Rick Rothstein - 31 Jul 2004 15:32 GMT
I didn't check it for the Constants you are looking for, but you might
find the APIviewer at this location interesting for future projects...
http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html
Rick - MVP
> Thanks Rob but I won't use them in a *Normal* way... ;->
> I just need some/a lot of #defines from them....
[quoted text clipped - 37 lines]
>
> Don
Mike D Sutton - 31 Jul 2004 21:13 GMT
> Thanks Rob but I won't use them in a *Normal* way... ;->
> I just need some/a lot of #defines from them....
[quoted text clipped - 8 lines]
> So I have a table/list of their numerical values...
> Win32.help, API Guide, etc... fall short badly on these...
Have a look here for constants (It has all those you mention above):
http://www20.brinkster.com/EDais/ConstSearch.asp
It's not got everything since some things slipped through the parser, but was populated from the platform SDK header files that
shipped with VS 2003 so should be reasonably up to date (VS 2005 beta is sitting on my desk, but I'll wait until it comes out of
beta before re-populating the database.)
Hope this helps,
Mike
- Microsoft Visual Basic MVP -
E-Mail: EDais@mvps.org
WWW: Http://www.mvps.org/EDais/