|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
SB_GETPARTS
The SB_GETPARTS message retrieves a count of the parts in a status window. The message also retrieves the coordinate of the right edge of the specified number of parts.
SB_GETPARTS wParam = (WPARAM) nParts; lParam = (LPARAM) (LPINT) aRightCoord;
Parameters
nParts
Number of parts for which to retrieve coordinates. If this parameter is greater than the number of parts in the window, the message retrieves coordinates for existing parts only.
aRightCoord
Pointer to an integer array that has the same number of elements as parts specified by nParts. Each element in the array receives the client coordinate of the right edge of the corresponding part. If an element is set to - 1, the position of the right edge for that part extends to the right edge of the window. To retrieve the current number of parts, set this parameter to zero.
Return Values
Returns the number of parts in the window if successful, or zero otherwise.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
SB_GETPARTS
Сообщение SB_GETPARTS извлекает счет частей в окно статуса. Сообщение также извлекает координату края права определенного количества частей.
SB_GETPARTS wParam = (WPARAM) nParts; lParam = (LPARAM) (LPINT) aRightCoord;
Параметры
nParts
Количество частей для которых, чтобы извлекать координаты. Если этот параметр больше, чем количество частей в окне, сообщение извлекает координаты чтобы существовать части только.
aRightCoord
Указатель в массив целого, что имеет то же количество элементов как части определялись nParts. Каждый элемент в массиве получает координату клиента края права соответствующей части. Если элемент установлен, чтобы - 1, позиция края права для этой части расширяет направо край окна. Для того, чтобы извлекать последний номер частей, установите этот параметр в нуль.
Обратные Величины
Возвращает количество частей в окно если успешный, или нулевой в противном случае.
|
|
|
|
| |