1 out of 3 rated this helpful - Rate this topic

GET_Y_LPARAM macro

Applies to: desktop apps only

Retrieves the signed y-coordinate from the given LPARAM value.

Syntax

int GET_Y_LPARAM(
  LPARAM lParam
);

Parameters

lParam

The value to be converted.

Return value

Type: int

The return value is the high-order int of the specified value.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Windowsx.h (include Windowsx.h)

See also

Reference
GET_X_LPARAM
HIWORD
Conceptual
Windows Data Types

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Windowsx.h required
This macro is defined in windowsx.h:

#include <windowsx.h>