Windows apps
Collapse the table of content
Expand the table of content
Information
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_X_LPARAM macro

Retrieves the signed x-coordinate from the specified LPARAM value.

Syntax


int GET_X_LPARAM(
   LPARAM lParam
);

Parameters

lParam

The value to be converted.

Return value

Type: int

The return value is the low-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

Windowsx.h (include Windowsx.h)

See also

Reference
GET_Y_LPARAM
LOWORD
Conceptual
Windows Data Types

 

 

Show:
© 2017 Microsoft