|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CB_DIR
An application sends a CB_DIR message to add a list of filenames to the list box of a combo box.
CB_DIR wParam = (WPARAM) (UINT) uAttrs; // file attributes lParam = (LPARAM) (LPCTSTR) lpszFileSpec; // address of filename
Parameters
uAttrs
Value of wParam. Specifies the attributes of the files to be added to the list box. It can be any combination of the following values:
Value Meaning DDL_ARCHIVE Includes archived files. DDL_DIRECTORY Includes subdirectories. Subdirectory names are enclosed in square brackets ([ ]). DDL_DRIVES Includes drives. Drives are listed in the form [-x-], where x is the drive letter. DDL_EXCLUSIVE Includes only files with the specified attributes. By default, read-write files are listed even if DDL_READWRITE is not specified. DDL_HIDDEN Includes hidden files. DDL_READONLY Includes read-only files. DDL_READWRITE Includes read-write files with no additional attributes. DDL_SYSTEM Includes system files.
lpszFileSpec
Value of lParam. Points to the null-terminated string that specifies the filename to add to the list. If the filename contains any wildcards (for example, *.*), all files that match and have the attributes specified by the uAttrs parameter are added to the list.
Return Values
The return value is the zero-based index of the last filename added to the list. If an error occurs, the return value is CB_ERR. If insufficient space is available to store the new strings, it is CB_ERRSPACE.
See Also
CB_ADDSTRING, CB_INSERTSTRING, DlgDirList, DlgDirListComboBox
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CB_DIR
Приложение посылает сообщение CB_DIR, чтобы добавлять список filenames к ящику списка ящика combo.
CB_DIR wParam = (WPARAM) (UINT) uAttrs; // атрибуты файла lParam = (LPARAM) (LPCTSTR) lpszFileSpec; // адрес filename
Параметры
uAttrs
Величина wParam. Определяет атрибуты файлов, которые нужно добавлять к ящику списка. Это может быть любой комбинацией следующего величин:
Значение Величины DDL_ARCHIVE Включает архивные файлы. DDL_DIRECTORY Включает подкаталоги. Имена Subdirectory приложены в квадратных скобках ([ ]). DDL_DRIVES Включает накопителей. Накопители указаны в форме [-x-], где x - письмо накопителя. DDL_EXCLUSIVE Включает только файлы с определенными атрибутами. По умолчанию, прочитайте-файлы записи указаны даже если бы DDL_READWRITE не определен. DDL_HIDDEN Включает скрытые файлы. DDL_READONLY Включает только для чтения файлы. DDL_READWRITE Включает прочитанная запись файлов без дополнительных атрибутов. DDL_SYSTEM Включает системные файлы.
lpszFileSpec
Величина lParam. Точки на недействительный расторгнутую строку, которые определяют filename, чтобы добавлять к списку. Если filename содержит любые шаблоны (например, *.*), все файлы, которые соответствуют и определили атрибуты параметром uAttrs добавлены к списку.
Обратные Величины
Обратная величина является базирующимся нулевым индексом последнего filename дополнительный к списку. Если ошибка происходит, обратная величина - CB_ERR. Если недостаточное пространство доступно загружать новые строки, оно - CB_ERRSPACE.
Смотри Также
CB_ADDSTRING, CB_INSERTSTRING, DlgDirList, DlgDirListComboBox
|
|
|
|
| |