>Is there somewhere I can download just one or two header files, ie: The two main
>ones Under-> Windows.h
[quoted text clipped - 5 lines]
>
>Anyone<?¿?>
>>Is there somewhere I can download just one or two header files, ie: The two main
>>ones Under-> Windows.h
[quoted text clipped - 8 lines]
>Send me an email with what you want and i'll send you the header
>files. Don't forget to remove the four x in my address.
Thanks Frank but I finally found what I was looking for...
http://doc.ddart.net/msdn/header/include/winnt.h.html
Seems like that's the only place they are listed...
If it wasn't for Copernic I would most likely still be searching of just plain
giving up on it...
Now all I have to do is store the ones I want to disk then wipe out all the
100's of lines I don't need...
What I was looking for are these plus all the rest of the #define(s)
ie: Const MYCONST = SomeNumber
Or in this case:
#define MEM_COMMIT 0x1000
so I have a list of their names/values.
Win32.help, API Guide, etc... leave a lot to be desired when it comes to
these/any const values...
#define PAGE_WRITECOMBINE 0x400
#define MEM_COMMIT 0x1000
#define MEM_RESERVE 0x2000
#define MEM_DECOMMIT 0x4000
#define MEM_RELEASE 0x8000
#define MEM_FREE 0x10000
Thanks again...
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
> >>Is there somewhere I can download just one or two header files, ie: The two main
> >>ones Under-> Windows.h
[quoted text clipped - 41 lines]
>
> Don