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 |
|
See also
- Reference
- GET_X_LPARAM
- HIWORD
- Conceptual
- Windows Data Types
Send comments about this topic to Microsoft
Build date: 2/3/2012
Windowsx.h required
This macro is defined in windowsx.h:
#include <windowsx.h>
#include <windowsx.h>
- 3/10/2008
- XenonOfArcticus