The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GET_Y_LPARAM macro
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 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- GET_X_LPARAM
- HIWORD
- Conceptual
- Windows Data Types
Show: