Contains parameters for the the SHBrowseForFolder function and receives information about the folder selected by the user.
typedef struct _browseinfo { HWND hwndOwner; // see below LPCITEMIDLIST pidlRoot; // see below LPSTR pszDisplayName; // see below LPCSTR lpszTitle; // see below UINT ulFlags; // see below BFFCALLBACK lpfn; // see below LPARAM lParam; // see below int iImage; // see below } BROWSEINFO, *PBROWSEINFO, *LPBROWSEINFO;
BIF_BROWSEFORCOMPUTER |
Only returns computers. If the user selects anything other than a computer, the OK button is grayed. |
BIF_BROWSEFORPRINTER |
Only returns printers. If the user selects anything other than a printer, the OK button is grayed. |
BIF_DONTGOBELOWDOMAIN |
Does not include network folders below the domain level in the tree view control. |
BIF_RETURNFSANCESTORS |
Only returns file system ancestors. If the user selects anything other than a file system ancestor, the OK button is grayed. |
BIF_RETURNONLYFSDIRS |
Only returns file system directories. If the user selects folders that are not part of the file system, the OK button is grayed. |
BIF_STATUSTEXT |
Includes a status area in the dialog box. The callback function can set the status text by sending messages to the dialog box. |
BrowseCallbackProc, ITEMIDLIST, SHBrowseForFolder
file: /Techref/os/win/api/win32/struc/src/str01_4.htm, 5KB, , updated: 2010/11/17 10:32, local time: 2024/11/7 20:42,
18.191.154.167:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/struc/src/str01_4.htm"> BROWSEINFO</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.