|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
FMS_TOOLBARLOAD
The FMS_TOOLBARLOAD structure contains information about custom buttons to be added to the File Manager toolbar. The buttons are provided by a File Manager extension DLL.
typedef struct _FMS_TOOLBARLOAD { /* fmstbl */ DWORD dwSize; LPEXT_BUTTON lpButtons; WORD cButtons; WORD cBitmaps; WORD idBitmap; HBITMAP hBitmap; } FMS_TOOLBARLOAD;
Members
dwSize
Specifies the size, in bytes, of the structure. File Manager sets the size before calling the extension and checks the size after the extension procedure returns.
lpButtons
Points to an array of EXT_BUTTON structures that specify the style, command identifier, and Help string identifier for each toolbar button.
cButtons
Specifies the number of EXT_BUTTON structures in the array pointed to by the lpButtons member. This number equals the number of buttons and separators to add to the toolbar.
cBitmaps
Specifies the number of buttons represented by the given bitmap.
idBitmap
Specifies the identifier of a bitmap resource in the executable file for the extension DLL. The bitmap resource contains images for the number of buttons specified by cBitmaps. File Manager loads the bitmap resource, then uses it to display the buttons.
hBitmap
Specifies the handle of a bitmap that the File Manager will use to obtain and display button images if idBitmap is 0.
See Also
FMEVENT_TOOLBARLOAD, EXT_BUTTON
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
FMS_TOOLBARLOAD
Структура FMS_TOOLBARLOAD содержит информацию о заказных кнопках, которые нужно добавлять к Файловому Менеджеру toolbar. Кнопки предусмотрены Файловым расширением Менеджера DLL.
typedef struct _FMS_TOOLBARLOAD { /* fmstbl */ DWORD dwSize; LPEXT_BUTTON lpButtons; СЛОВО cButtons; СЛОВО cBitmaps; СЛОВО idBitmap; HBITMAP hBitmap; } FMS_TOOLBARLOAD;
Участники
dwSize
Определяет размер, в байтах, структуры. Файловый Менеджер устанавливает размер прежде, чем вызов расширения и проверит размер после того, как процедура расширения возвращается.
lpButtons
Точки на массив структур EXT_BUTTON, которые определяют стиль, командный идентификатор и Помогают идентификатору строки для каждому toolbar кнопки.
cButtons
Определяет число структур EXT_BUTTON в массиве указанном, чтобы элементом lpButtons. Это число равняется количество кнопок и разделителей, чтобы добавлять к toolbar.
cBitmaps
Определяет количество кнопок представленных данным побитовым отображением.
idBitmap
Определяет идентификатор ресурса побитового отображения в выполняемом файле для расширения DLL. Ресурс побитового отображения содержит образы для количества кнопок определенных cBitmaps. Файловый Менеджер загружает ресурс побитового отображения затем использует это, чтобы отображать кнопки.
hBitmap
Определяет ручку побитового отображения, что Файловый Менеджер использует, чтобы получать и отображать образы кнопки если idBitmap - 0.
Смотри Также
FMEVENT_TOOLBARLOAD, EXT_BUTTON
|
|
|
|
| |