|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ABM_QUERYPOS
Requests a size and screen position for an appbar. The message proposes a screen edge and a bounding rectangle for the appbar. The system adjusts the bounding rectangle so that the appbar does not interfere with the Windows taskbar or any other appbars. An appbar should send this message before sending the ABM_SETPOS message.
SHAppBarMessage(ABM_QUERYPOS, pabd);
Parameters
pabd
Pointer to an APPBARDATA structure. The uEdge member specifies a screen edge, and the rc member contains the proposed bounding rectangle. When the SHAppBarMessage function returns, rc contains the approved bounding rectangle. You must specify the cbSize, hWnd, uEdge, and rc members when sending this message; all other members are ignored.
Return Values
Always returns TRUE.
See Also
APPBARDATA
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ABM_QUERYPOS
Просит размер и экранную позицию для appbar. Сообщение предлагает экранный край и прямоугольник bounding для appbar. Система регулирует прямоугольник bounding чтобы appbar не создавался помехи с Окном taskbar или любые другие appbars. appbar Должен послать это сообщение перед посылкой сообщения ABM_SETPOS.
SHAppBarMessage(ABM_QUERYPOS, pabd);
Параметры
pabd
Указатель в структуру APPBARDATA. Член uEdge определяет экранный край, и rc член содержит предлагаемый bounding прямоугольник. Когда функциональный возврат SHAppBarMessage, rc содержит одобренный bounding прямоугольник. Вы должны определить cbSize, hWnd, uEdge, и rc участники при посылке этого сообщения; все другие участники проигнорированы.
Обратные Величины
Всегда возвращает ИСТИНУ.
Смотри Также
APPBARDATA
|
|
|
|