|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CreateToolbarEx
The CreateToolbarEx function creates a toolbar window and adds the specified buttons to the toolbar.
HWND CreateToolbarEx(
HWND hwnd, DWORD ws, UINT wID, int nBitmaps, HINSTANCE hBMInst, UINT wBMID, LPCTBBUTTON lpButtons, int iNumButtons, int dxButton, int dyButton, int dxBitmap, int dyBitmap, UINT uStructSize );
Parameters
hwnd
Handle to the parent window for the toolbar.
ws
Window styles for the toolbar. This parameter must specify at least the WS_CHILD style. It can also include a combination of styles as discussed in Toolbars and related topics.
wID
Control identifier for the toolbar.
nBitmaps
Number of button images contained in the bitmap specified by hBMInst and wBMID.
hBMInst
Module instance with the executable file that contains the bitmap resource.
wBMID
Resource identifier for the bitmap resource. If hBMInst is NULL, this parameter must be a valid bitmap handle.
lpButtons
Pointer to an array of TBBUTTON structures that contains information about the buttons to add to the toolbar.
iNumButtons
Number of buttons to add to the toolbar.
dxButton
Width, in pixels, of the buttons to add to the toolbar.
dyButton
Height, in pixels, of the buttons to add to the toolbar.
dxBitmap
Width, in pixels, of the button images to add to the buttons in the toolbar.
dyBitmap
Height, in pixels, of the button images to add to the buttons in the toolbar.
uStructSize
Size of a TBBUTTON structure.
Return Values
If the function succeeds, the return value is the window handle to the toolbarl If the function fails, the return value is NULL.
Remarks
Windows 95: The system can support a maximum of 16,364 window handles.
See Also
TBBUTTON
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CreateToolbarEx
Функция CreateToolbarEx создает окно toolbar и добавляет определенные кнопки к toolbar.
HWND CreateToolbarEx(
HWND hwnd, DWORD ws, UINT wID, int nBitmaps, HINSTANCE hBMInst, UINT wBMID, LPCTBBUTTON lpButtons, int iNumButtons, int dxButton, int dyButton, int dxBitmap, int dyBitmap, UINT uStructSize );
Параметры
hwnd
Прооперируйте родительское окно для toolbar.
ws
Стили Окна для toolbar. Этот параметр должен определить по крайней мере стиль WS_CHILD. Это может также включить комбинацию стилей как обсуждено в Toolbars и связанных темах.
wID
Управляйте идентификатором для toolbar.
nBitmaps
Номер образов кнопки содержал в побитовом отображении определенном hBMInst и wBMID.
hBMInst
Модульный пример с выполняемым файлом, который содержит ресурс побитового отображения.
wBMID
Идентификатор Ресурса для ресурса побитового отображения. Если hBMInst НЕДЕЙСТВИТЕЛЕН, этот параметр должен быть правильной ручкой побитового отображения.
lpButtons
Указатель в массив структур TBBUTTON, который содержит информацию о кнопках, чтобы добавлять к toolbar.
iNumButtons
Количество кнопок, чтобы добавлять к toolbar.
dxButton
Ширина, на пикселях, кнопок, чтобы добавлять к toolbar.
dyButton
Высота, на пикселях, кнопок, чтобы добавлять к toolbar.
dxBitmap
Ширина, на пикселях, образов кнопки, чтобы добавлять к кнопкам в toolbar.
dyBitmap
Высота, на пикселях, образов кнопки, чтобы добавлять к кнопкам в toolbar.
uStructSize
Размер структуры TBBUTTON.
Обратные Величины
Если функция добивается успеха, обратная величина является ручкой окна в toolbarl Если функция терпит неудачу, обратная величина НЕДЕЙСТВИТЕЛЬНА.
Замечания
Windows 95: система может поддержать максимум 16,364 ручек окна.
Смотри Также
TBBUTTON
|
|
|
|
| |