|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
BROWSEINFO
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;
Members
hwndOwner
Handle of the owner window for the dialog box.
pidlRoot
Pointer to an item identifier list (an ITEMIDLIST structure) specifying the location of the "root" folder to browse from. Only the specified folder and its subfolders appear in the dialog box. This member can be NULL, and in that case, the name space root (the desktop folder) is used.
pszDisplayName
Pointer to a buffer that receives the display name of the folder selected by the user. The size of this buffer is assumed to be MAX_PATH bytes.
lpszTitle
Pointer to a null-terminated string that is displayed above the tree view control in the dialog box. This string can be used to specify instructions to the user.
ulFlags
Value specifying the types of folders to be listed in the dialog box as well as other options. This member can include zero or more of the following values:
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.
lpfn
Address an application-defined function that the dialog box calls when events occur. For more information, see the description of the BrowseCallbackProc function. This member can be NULL.
lParam
Application-defined value that the dialog box passes to the callback function (if one is specified).
iImage
Variable that receives the image associated with the selected folder. The image is specified as an index to the system image list.
See Also
BrowseCallbackProc, ITEMIDLIST, SHBrowseForFolder
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
BROWSEINFO
Содержит параметры для функции SHBrowseForFolder и получает информацию о папке выбранной пользователем.
typedef struct _browseinfo { HWND hwndOwner; // видьте ниже LPCITEMIDLIST pidlRoot; // видьте ниже LPSTR pszDisplayName; // видьте ниже LPCSTR lpszTitle; // видьте ниже UINT ulFlags; // видьте ниже BFFCALLBACK lpfn; // видьте ниже LPARAM lParam; // видьте нижеуказанный int iImage; // видьте ниже } BROWSEINFO, *PBROWSEINFO, *LPBROWSEINFO;
Участники
hwndOwner
Прооперируйте окно владельца для диалогового блока.
pidlRoot
Указатель в список идентификатора пункта ( структура ITEMIDLIST) определяя, что позиция папки "корня" просматривает из. Только определенная папка и subfolders появляется в диалоговом блоке. Этот элемент может быть НЕДЕЙСТВИТЕЛЕН, и в этом случае, космический корень имени ( настольная папка), использован.
pszDisplayName
Указатель в буфер, который получает дисплейное имя папки выбирался пользователем. Размер этого буфера принят, чтобы быть байтами MAX_PATH.
lpszTitle
Указатель в недействительный расторгнутую строку, которая отображена выше управления вида дерева в диалоговом блоке. Эта строка может быть использована, чтобы определять инструкции пользователю.
ulFlags
Оцените определяя типы папок, которые нужно указываться в диалоговом блоке, а также другие опции. Этот элемент может включить нуль или более следующего величин:
BIF_BROWSEFORCOMPUTER Только возвращает компьютеры. Если пользователь выбирается что-нибудь кроме компьютера, кнопка OK - grayed. BIF_BROWSEFORPRINTER Только возвращает принтеры. Если пользователь выбирается что-нибудь кроме принтера, кнопка OK - grayed. BIF_DONTGOBELOWDOMAIN не включает сетевые папки ниже доменного уровня на управлении вида дерева. BIF_RETURNFSANCESTORS Только возвращает файловые системные предки. Если пользователь выбирается что-нибудь кроме файлового системного предка, кнопка OK - grayed. BIF_RETURNONLYFSDIRS Только возвращает файловые системные директории. Если пользователь выбирается папки, которые - не часть файловой системы, кнопка OK - grayed. BIF_STATUSTEXT Включает область статуса в диалоговый блока. Функция возврата может установить текст статуса посылая сообщения диалоговому блоку.
lpfn
Адресуйте определенную прикладную функцию, что диалоговый блок вызывает когда события происходят. Более подробно, смотри описание функции BrowseCallbackProc. Этот элемент может быть НЕДЕЙСТВИТЕЛЕН.
lParam
Определенная величина Приложения, что диалоговый блок проходит в функцию возврата (если один определен).
iImage
Переменная, которая получает образ связывался выбранной папкой. Образ определен как индекс в системный список образа.
Смотри Также
BrowseCallbackProc, ITEMIDLIST, SHBrowseForFolder
|
|
|
|
| |