doug
December 8th, 2004, 22:55
First: Get the platform SDK: msdn.microsoft.com/platformsdk/
Right now, there are 2 versions of it.. the XP SP2 (2004) & the server 2003 (february 2003). Make sure you install ALL documentation.
@rever: don't be lazy. That information is everywhere.
1. search the net
2. search the platform SDK include directory for the name, you'll get the constant.
3. Look in undocumented windows resources.
4. ask
@WaxfordSqueers:
Show the contents and print the overviews.
Then also navigate in the index for the "* functions" and the general topics (ex: About *"
The About <some topic> in the index is a very good introduction to a subject.
Don't forget to check the "See also" sections at the bottom.
example:
About Hooks
--------------------------------------------------------------------------------
Hooks tend to slow down the system because they increase the amount of processing the system must perform for each message. You should install a hook only when necessary, and remove it as soon as possible.
This section discusses the following:
Hook Chains
Hook Procedures
Hook Types