|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
Header_InsertItem
The Header_InsertItem macro inserts a new item into a header control. You can use this macro or explicitly send the HDM_INSERTITEM message.
int Header_InsertItem(
hwndHD, index, phdi );
Parameters
hwndHD
Handle to the header control.
index
Index of the item after which the new item is to be inserted. The new item is inserted at the end of the header control if index is greater than or equal to the number of items in the control. If index is zero, the new item is inserted at the beginning of the header control.
phdi
Pointer to an HD_ITEM structure that contains information about the new item.
Return Values
If the operation succeeds, the return value is the index of the new item. If the operation fails, the return value is - 1.
Remarks
The Header_InsertItem macro is defined as follows:
#define Header_InsertItem(hwndHD, index, phdi) \ (int)SendMessage((hwndHD), HDM_INSERTITEM, (WPARAM)(int)(index), \ (LPARAM)(const HD_ITEM FAR*)(phdi))
See Also
HDM_INSERTITEM, HD_ITEM
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
Header_InsertItem
Макро Header_InsertItem включает новый пункт на управление заголовка. Вы можете использовать это макро или явно посылать сообщение HDM_INSERTITEM.
int Header_InsertItem(
hwndHD, ИНДЕКС, phdi );
Параметры
hwndHD
Прооперируйте управление заголовка.
индекс
Проиндексируйте пункт после которого новый пункт должен быть включен. Новый пункт включен в конце управления заголовка если индекс больше, чем или равный количеству пунктов на управлении. Если индекс является нулем, новый пункт включен в начале управления заголовка.
phdi
Указатель в структуру HD_ITEM, которая содержит информацию о новом пункте.
Обратные Величины
Если операция добивается успеха, обратная величина является индексом нового пункта. Если операция терпит неудачу, обратная величина - - 1.
Замечания
Макро Header_InsertItem определяется следующим образом:
#define Header_InsertItem(hwndHD, индекс, phdi) \ (int)SendMessage((hwndHD), HDM_INSERTITEM, (WPARAM)(int)(индекс), \ (LPARAM)(const HD_ITEM FAR*)(phdi))
Смотри Также
HDM_INSERTITEM, HD_ITEM
|
|
|
|
| |