Hi Bill,

>From SHLOBJ.H:

// Browsing for directory.
#define BIF_RETURNONLYFSDIRS   0x0001  // For finding a folder to start
document searching
#define BIF_DONTGOBELOWDOMAIN  0x0002  // For starting the Find Computer
#define BIF_STATUSTEXT         0x0004
#define BIF_RETURNFSANCESTORS  0x0008
#define BIF_EDITBOX            0x0010
#define BIF_VALIDATE           0x0020   // insist on valid result (or
CANCEL)

#define BIF_BROWSEFORCOMPUTER  0x1000  // Browsing for Computers.
#define BIF_BROWSEFORPRINTER   0x2000  // Browsing for Printers
#define BIF_BROWSEINCLUDEFILES 0x4000  // Browsing for Everything

In case you're not a C/C++'er, the 0x prefix indicate hex-decimal.

Regards,
Warren Vick
Europa Technologies Ltd.
http://www.europa-tech.com

-----Original Message-----
From: B. Thoen [mailto:[EMAIL PROTECTED] 
Sent: 08 November 2003 19:01
To: MapInfo-L
Subject: MI-L MB: SHBrowseForFolder() Constants Definitions?


I'm exploring the Windows API function SHBrowseForFolder() for a MapBasic
app I'm developing, but the MSDN pages describing this function don't tell
me the actual values for the constants (BIF_RETURNONLYFSDIRS, etc.) Anyone
know where to find this info in the MSDN library web pages?

- Bill Thoen



---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com | To
unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9079




---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9080

Reply via email to