where to find API enum values at MSDN site

  • Thread starter Thread starter Steve Richter
  • Start date Start date
Steve,

That's the thing, the header files for the most recent SDK are the
authority on these values. Putting them on the website wouldn't make a
difference, because if they changed them, then that means the OS has
changed, which means the SDK has changed!

The best bet is to get them from the header files.

You can also check out http://www.pinvoke.net. People are pretty good
at keeping the definitions up-to-date there.

Hope this helps.
 
Back
Top