Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where oh where are the MS Enumerations 1

Status
Not open for further replies.

frothytoad

Technical User
Aug 1, 2003
32
US

Perhaps this is just because I didn't get the intro course, but I seem to be missing something important. Where does Microsoft hide the constants for their enumerations?

Example: I wanted something that would allow my user to select either a file or a folder. After a bit of hunting I realized that the SHBrowseForFolder API was just the thing. I went online to MS and found the appropriate flag I needed, called BIF_BROWSEINCLUDEFILES. But that was it. No value given.

After a bit of searching on Google I found it (and later in a thread here), and now things are going fine, but can anyone tell me of a place where one can get all of these values (without having to look for each one individually)?

Thanks,

-- frothy
 
You just need the Win32 SDK header files. They are all in there ...
 

Okay. Where do these header files reside?

-- f
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top