Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.1 KB

loword.md

File metadata and controls

53 lines (39 loc) · 1.1 KB
title description keywords topic_type api_name api_location api_type ms.topic ms.date req.header
LOWORD macro (minwindef.h)
Retrieves the low-order word from the specified value.
LOWORD, _LOWORD, _LOWORD macro, minwindef/_LOWORD
apiref
LOWORD
minwindef.h
HeaderDef
reference
12/11/2023
minwindef.h

LOWORD macro

Retrieves the low-order word from the specified value.

Syntax

WORD LOWORD(
   DWORD l
);

-parameters

-param l

The value to be converted.

-return

Type: WORD

The return value is the low-order word of the specified value.

Requirements

Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header minwindef.h (include Windows.h)

See also

HIWORD, LOBYTE, MAKELPARAM, MAKEWPARAM, Windows Data Types