|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetMessagePos
The GetMessagePos function returns a long value that gives the cursor position in screen coordinates. This position is the point occupied by the cursor when the last message retrieved by the GetMessage function occurred.
DWORD GetMessagePos(VOID)
Parameters
This function has no parameters.
Return Values
The return value specifies the x- and y-coordinates of the cursor position. The x coordinate is in the LOWORD and the y coordinate is in the HIWORD.
Remarks
As noted above, the x-coordinate is in the low-order word of the return value; the y-coordinate is in the high-order word. If the return value is assigned to a variable, you can use the MAKEPOINTS macro to obtain a POINTS structure from the return value. You can also use the LOWORD or HIWORD macro to extract the x- or y-coordinate. To determine the current position of the cursor instead of the position when the last message occurred, use the GetCursorPos function.
See Also
GetCursorPos, GetMessage, GetMessageTime, HIWORD, LOWORD, MAKEPOINTS, POINTS
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetMessagePos
Функция GetMessagePos возвращает длинную величину, которая дает позицию курсора в экранных координатах. Эта позиция является точкой занятой курсором когда последнее сообщение извлекалось функцией GetMessage произойденной.
DWORD GetMessagePos(ПУСТОТА)
Параметры
Эта функция не имеет параметры.
Обратные Величины
Обратная величина определяет x- и y-coordinates позиции курсора. x Координата - в LOWORD и y координата - в HIWORD.
Замечания
Как упомянуто выше, x-coordinate - в младшем слове обратной величины; y-coordinate - в старшем слове. Если обратная величина назначена в переменную, Вы можете использовать макро MAKEPOINTS, чтобы получать структуру ТОЧЕК из обратной величины. Вы можете также использовать LOWORD или макро HIWORD, чтобы извлекать x- или y-coordinate. Для того, чтобы определять текущую позицию курсора вместо позиции когда последнее сообщение происходило, используйте функцию GetCursorPos.
Смотри Также
GetCursorPos, GetMessage, GetMessageTime, HIWORD, LOWORD, MAKEPOINTS, ТОЧКИ
|
|
|
|
| |